bin/xbps-create/xbps-create.1: add --sourcepkg, alphabetise
for #538 alpha order used: shortopts (upper before lower for each letter), then longopts
This commit is contained in:
parent
e0144062a4
commit
426b3090f8
@ -27,6 +27,8 @@ The package builder string, free form.
|
|||||||
A list of package patterns that this package should conflict with, separated
|
A list of package patterns that this package should conflict with, separated
|
||||||
by whitespaces. Example:
|
by whitespaces. Example:
|
||||||
.Ar 'foo>=1.0 blah<1.0' .
|
.Ar 'foo>=1.0 blah<1.0' .
|
||||||
|
.It Fl c, Fl -changelog Ar string
|
||||||
|
The package changelog string.
|
||||||
.It Fl D, Fl -dependencies Ar list
|
.It Fl D, Fl -dependencies Ar list
|
||||||
A list of package patterns this package depends on, separated by whitespaces. Example:
|
A list of package patterns this package depends on, separated by whitespaces. Example:
|
||||||
.Ar 'foo>=1.0 blah-1.0_1' .
|
.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
|
|||||||
.Ar 'development nonfree' .
|
.Ar 'development nonfree' .
|
||||||
.It Fl V, Fl -version
|
.It Fl V, Fl -version
|
||||||
Show the version information.
|
Show the version information.
|
||||||
|
.It Fl -alternatives Ar list
|
||||||
|
A list of alternatives provided by this package, separated by whitespaces. Example:
|
||||||
|
.Ar 'group:symlink:target group2:symlink:target' .
|
||||||
|
If
|
||||||
|
.Em symlink
|
||||||
|
is a relative path, the symlink will be created relative to
|
||||||
|
.Em target .
|
||||||
.It Fl -build-options Ar string
|
.It Fl -build-options Ar string
|
||||||
A string containing the build options used in package.
|
A string containing the build options used in package.
|
||||||
.It Fl -compression Ar none | gzip | bzip2 | xz | lz4 | zstd
|
.It Fl -compression Ar none | gzip | bzip2 | xz | lz4 | zstd
|
||||||
@ -81,15 +90,8 @@ A list of provided shared libraries, separated by whitespaces. Example:
|
|||||||
.It Fl -shlib-requires Ar list
|
.It Fl -shlib-requires Ar list
|
||||||
A list of required shared libraries, separated by whitespaces. Example:
|
A list of required shared libraries, separated by whitespaces. Example:
|
||||||
.Ar 'libz.so.1 libfoo.so.2' .
|
.Ar 'libz.so.1 libfoo.so.2' .
|
||||||
.It Fl -alternatives Ar list
|
.It Fl -sourcepkg Ar string
|
||||||
A list of alternatives provided by this package, separated by whitespaces. Example:
|
The pkgver of the sourcepkg that was used to build this binary package.
|
||||||
.Ar 'group:symlink:target group2:symlink:target' .
|
|
||||||
If
|
|
||||||
.Em symlink
|
|
||||||
is a relative path, the symlink will be created relative to
|
|
||||||
.Em target .
|
|
||||||
.It Fl c, Fl -changelog Ar string
|
|
||||||
The package changelog string.
|
|
||||||
.El
|
.El
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr xbps-alternatives 1 ,
|
.Xr xbps-alternatives 1 ,
|
||||||
|
Loading…
Reference in New Issue
Block a user