Imported Upstream version 0.6.6
[platform/upstream/libsolv.git] / doc / appdata2solv.txt
1 appdata2solv(1)
2 ===============
3 :man manual: LIBSOLV
4 :man source: libsolv
5
6
7 Name
8 ----
9 appdata2solv - convert application meta data into a solv file
10
11 Synopsis
12 --------
13 *appdata2solv* ['OPTIONS']
14
15 Description
16 -----------
17 The appdata format contains metadata about application. It can
18 be available both in repositories (for available applications)
19 and in the installed system (for installed applications).
20 The appdata2solv tool reads the metadata from stdin and
21 writes the parsed data as solv file to standard output. The
22 parser will create *application:* pseudo packages for each entry.
23
24 *-d* 'APPDATADIR'::
25 Do not read from standard input, instead scan the specified
26 directory for appdata entries. 'APPDATADIR' is normally
27 set to */usr/share/appdata*.
28
29 *-r* 'ROOTDIR'::
30 Use 'ROOTDIR' as root directory.
31
32
33 See Also
34 --------
35 mergesolv(1)
36
37 Author
38 ------
39 Michael Schroeder <mls@suse.de>