Manual.md: document the tags variable.

[ci skip]
This commit is contained in:
maxice8 2018-08-27 17:24:47 -03:00
parent fef7183ea1
commit 5364b6d261
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 4 additions and 0 deletions

View File

@ -598,6 +598,10 @@ i.e `dkms_modules="$pkgname $version zfs 4.14"`
registered into the system shells database. It is used by the `register-shell` trigger.
i.e `register_shell="/bin/tcsh /bin/csh"`
- `tags` A white space separated list of tags (categories) that are registered into the
package metadata and can be queried with `xbps-query` by users.
i.e for qutebrowser `tags="browser chromium-based qt5 python3"`
<a id="explain_depends"></a>
#### About the many types of `depends` variable.