@@ -27,6 +27,8 @@ The package builder string, free form.
27
27
A list of package patterns that this package should conflict with, separated
28
28
by whitespaces. Example:
29
29
.Ar 'foo>=1.0 blah<1.0' .
30
+ .It Fl c, Fl -changelog Ar string
31
+ The package changelog string.
30
32
.It Fl D, Fl -dependencies Ar list
31
33
A list of package patterns this package depends on, separated by whitespaces. Example:
32
34
.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
70
72
.Ar 'development nonfree' .
71
73
.It Fl V, Fl -version
72
74
Show 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 .
73
82
.It Fl -build-options Ar string
74
83
A string containing the build options used in package.
75
84
.It Fl -compression Ar none | gzip | bzip2 | xz | lz4 | zstd
@@ -81,15 +90,8 @@ A list of provided shared libraries, separated by whitespaces. Example:
81
90
.It Fl -shlib-requires Ar list
82
91
A list of required shared libraries, separated by whitespaces. Example:
83
92
.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.
93
95
.El
94
96
.Sh SEE ALSO
95
97
.Xr xbps-alternatives 1 ,
0 commit comments