Closed AlFoX closed 8 years ago
where can I see a list of all possible attributes? I would like to have something for raspberry pi too. Though it is a linux based raspbian, it's still a separated special platform.
The documentation for the format is at https://github.com/cornelius/inqlude/blob/master/manifest-format.md. It includes the valid attributes for the packages. This is an area where there could be done a lot to make it more explicit and powerful. At the moment it's a bit limited. The code is at https://github.com/cornelius/inqlude/blob/master/lib/manifest.rb#L59 and other related parts.
You can also see it in the output of Travis CI in the pull requests, if a validation fails.
This manifest has a
linux
attribute in its packages. We didn't support that yet. I added it now, though, and will merge this pull request.