File: org.freedesktop.appstream.cli.metainfo.xml

package info (click to toggle)
appstream 1.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 18,408 kB
  • sloc: ansic: 51,906; xml: 10,459; cpp: 4,721; python: 538; sh: 260; makefile: 24
file content (42 lines) | stat: -rw-r--r-- 1,904 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2016-2022 Matthias Klumpp -->
<component type="console-application">
  <id>org.freedesktop.appstream.cli</id>
  <metadata_license>FSFAP</metadata_license>
  <project_license>LGPL-2.1+</project_license>

  <name>AppStream CLI</name>
  <summary>An utility to work with AppStream metadata</summary>

  <description>
    <p>
      AppStream is a metadata specification which permits software components to provide information about themselves
      to automated systems and end-users before the software is actually installed.
      The AppStream project provides facilities to easily access and transform this metadata, as well as a few additional
      services for building feature-rich software centers and similar applications that make use of software metadata.
    </p>
    <p>
      The <em>appstreamcli</em> command-line tool allows to read, write, and transform AppStream XML or YAML metadata
      as well as to validate it for compliance with the specification.
      It also provides easy access to the system metadata pool, for example to query for software that provides a
      specific Mediatype handler or for installing software by its component identifier.
    </p>
  </description>

  <url type="homepage">https://www.freedesktop.org/wiki/Distributions/AppStream/</url>
  <url type="help">https://www.freedesktop.org/software/appstream/docs/chap-AppStream-ManualPages.html</url>
  <url type="bugtracker">https://github.com/ximion/appstream/issues</url>
  <url type="vcs-browser">https://github.com/ximion/appstream/</url>

  <project_group>Freedesktop</project_group>
  <developer id="org.freedesktop">
    <name translate="no">Matthias Klumpp</name>
  </developer>

  <translation type="gettext">appstream</translation>
  <provides>
    <binary>appstreamcli</binary>
  </provides>

  <content_rating type="oars-1.1" />
</component>