Manual.md: document restricted=yes

This commit is contained in:
Toyam Cox 2017-03-26 00:19:56 -04:00
parent 965b48de12
commit 4a58163112
1 changed files with 6 additions and 0 deletions

View File

@ -501,6 +501,12 @@ sonames in shared libraries.
This should be set to a string describing why it fails, or a link to a travis
buildlog demonstrating the failure.
- `restricted` If set, xbps-src will refuse to build the package unless
`etc/conf` has `XBPS_ALLOW_RESTRICTED=yes`. The primary builders for Void
Linux do not have this setting, so the primary repositories will not have any
restricted package. This is useful for packages where the license forbids
redistribution.
- `subpackages` A white space separated list of subpackages (matching `foo_package()`)
to override the guessed list. Only use this if a specific order of subpackages is required,
otherwise the default would work in most cases.