Skip to content

Commit 426b309

Browse files
classabbyampDuncaen
authored andcommitted
bin/xbps-create/xbps-create.1: add --sourcepkg, alphabetise
for #538 alpha order used: shortopts (upper before lower for each letter), then longopts
1 parent e014406 commit 426b309

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

bin/xbps-create/xbps-create.1

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ The package builder string, free form.
2727
A list of package patterns that this package should conflict with, separated
2828
by 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
3133
A 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
7274
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 .
7382
.It Fl -build-options Ar string
7483
A 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
8291
A 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

Comments
 (0)