Imported Upstream version 0.7.11
[platform/upstream/libsolv.git] / doc / archpkgs2solv.txt
1 archpkgs2solv(1)
2 ================
3 :man manual: LIBSOLV
4 :man source: libsolv
5
6
7 Name
8 ----
9 archpkgs2solv - convert one or more Arch package files into a solv file
10
11 Synopsis
12 --------
13 *archpkgs2solv* ['OPTIONS'] 'PKG1.pkg.xz' ...
14
15 Description
16 -----------
17 The archpkgs2solv tool converts the meta data from one or more
18 Arch Linux packages into the solv file written to standard output.
19
20 *-m* 'MANIFESTFILE'::
21 Read the rpm file names from the specified 'MANIFESTFILE'. You can
22 use *-* to read the manifest from standard input.
23
24 *-0*::
25 Use a null byte as line terminator for manifest files instead of
26 a newline. This is useful if the file names can contain newlines.
27 See also the *-print0* option in *find*.
28
29 See Also
30 --------
31 pacman(8)
32
33 Author
34 ------
35 Michael Schroeder <mls@suse.de>
36
37 ////
38 vim: syntax=asciidoc
39 ////