@@ -27,6 +27,8 @@ The package builder string, free form.
2727A list of package patterns that this package should conflict with, separated
2828by whitespaces. Example:
2929.Ar 'foo>=1.0 blah<1.0' .
30+ .It Fl c, Fl -changelog Ar string
31+ The package changelog string.
3032.It Fl D, Fl -dependencies Ar list
3133A list of package patterns this package depends on, separated by whitespaces. Example:
3234.Ar 'foo>=1.0 blah-1.0_1' .
@@ -70,6 +72,13 @@ A list of tags (categories) this package should be part of, separated by whitesp
7072.Ar 'development nonfree' .
7173.It Fl V, Fl -version
7274Show the version information.
75+ .It Fl -alternatives Ar list
76+ A list of alternatives provided by this package, separated by whitespaces. Example:
77+ .Ar 'group:symlink:target group2:symlink:target' .
78+ If
79+ .Em symlink
80+ is a relative path, the symlink will be created relative to
81+ .Em target .
7382.It Fl -build-options Ar string
7483A string containing the build options used in package.
7584.It Fl -compression Ar none | gzip | bzip2 | xz | lz4 | zstd
@@ -81,15 +90,8 @@ A list of provided shared libraries, separated by whitespaces. Example:
8190.It Fl -shlib-requires Ar list
8291A list of required shared libraries, separated by whitespaces. Example:
8392.Ar 'libz.so.1 libfoo.so.2' .
84- .It Fl -alternatives Ar list
85- A list of alternatives provided by this package, separated by whitespaces. Example:
86- .Ar 'group:symlink:target group2:symlink:target' .
87- If
88- .Em symlink
89- is a relative path, the symlink will be created relative to
90- .Em target .
91- .It Fl c, Fl -changelog Ar string
92- The package changelog string.
93+ .It Fl -sourcepkg Ar string
94+ The pkgver of the sourcepkg that was used to build this binary package.
9395.El
9496.Sh SEE ALSO
9597.Xr xbps-alternatives 1 ,
0 commit comments