cornelius / inqlude-data

Library meta data for independent Qt library archive
48 stars 54 forks source link

CuteReport has been updated to 1.3 version #110

Closed AlFoX closed 8 years ago

cornelius commented 8 years ago

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.

AlFoX commented 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.

cornelius commented 8 years ago

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.