1
0
mirror of https://github.com/openSUSE/libsolv.git synced 2026-02-05 12:45:46 +01:00
Files
libsolv/doc/appdata2solv.txt
Michael Schroeder 4ab21aaf22 Add vim modelines to asciidoc files
Both to make syntax highlighting in vim work and to make github
recognize the files as asciidoc
2017-07-25 11:12:58 +02:00

44 lines
914 B
Plaintext

appdata2solv(1)
===============
:man manual: LIBSOLV
:man source: libsolv
Name
----
appdata2solv - convert application meta data into a solv file
Synopsis
--------
*appdata2solv* ['OPTIONS']
Description
-----------
The appdata format contains metadata about application. It can
be available both in repositories (for available applications)
and in the installed system (for installed applications).
The appdata2solv tool reads the metadata from stdin and
writes the parsed data as solv file to standard output. The
parser will create *application:* pseudo packages for each entry.
*-d* 'APPDATADIR'::
Do not read from standard input, instead scan the specified
directory for appdata entries. 'APPDATADIR' is normally
set to */usr/share/appdata*.
*-r* 'ROOTDIR'::
Use 'ROOTDIR' as root directory.
See Also
--------
mergesolv(1)
Author
------
Michael Schroeder <mls@suse.de>
////
vim: syntax=asciidoc
////