From 5364b6d261a0f472769e0d2b9bcec61f3b151bc6 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 27 Aug 2018 17:24:47 -0300 Subject: [PATCH] Manual.md: document the tags variable. [ci skip] --- Manual.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Manual.md b/Manual.md index 8afae26a049..a16612eb12d 100644 --- a/Manual.md +++ b/Manual.md @@ -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"` + #### About the many types of `depends` variable.