@@ 7,10 7,9 @@ creation for void linux. Completions for zsh are included.
usage
-----
-xmeta [-r] [-d DESC] [-v VERSION] METAPACKAGE DEPENDENCIES...
+xmeta [-d DESC] [-v VERSION] METAPACKAGE DEPENDENCIES...
xmeta creates and installs a metapackage named METAPACKGE with some
dependencies.
- -r to assign versions for dependencies. >=0 (any version) is used by default
-d DESC to set a description for the metapackage.
-v VERSION to set a version to the metapackage (version is 1 by default).
@@ 18,6 17,10 @@ To store xmeta's local repository somewhere else, set XMETA_REPODIR. By default
it will be stored in "$XDG_DATA_HOME/xmeta". If XDG_DATA_HOME is unset,
"$HOME/.local/share/xmeta" is used.
+If you want to require a certain version of a dependency, simply add the
+appropriate version comparator. If omitted, any version (>=0) is accepted. See
+xbps-install(1) for information about specifying versions.
+
xim METAPACKAGE
xqm METAPACKAGE
xrsm METAPACKAGE