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

package info (click to toggle)
appstream-generator 0.10.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,864 kB
  • sloc: cpp: 13,398; xml: 259; sh: 235; python: 103; makefile: 19
file content (44 lines) | stat: -rw-r--r-- 2,012 bytes parent folder | download
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
43
44
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2016 Matthias Klumpp -->
<component type="console-application">
  <id>org.freedesktop.appstream.generator</id>
  <metadata_license>FSFAP</metadata_license>
  <project_license>LGPL-3.0+</project_license>

  <name>AppStream Generator</name>
  <summary>A fast AppStream metadata generator</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.
    </p>
    <p>
      The <em>appstream-generator</em> tool generates AppStream metadata from the repositories of a software distribution.
      It currently supports the following repository formats / distributions: Debian, Ubuntu, Arch Linux, RPM-MD (Fedora, Mageia).
    </p>
    <p>
      The generator will produce AppStream catalog metadata files in the AppStream YAML or XML format to be shipped
      to users, as well as a detailed HTML report about found components and HTML and JSON reports on issues detected
      with the scanned metadata. It reads .desktop files as well as metainfo files, renders fonts, scales images, caches
      screenshots etc. to produce high-quality metadata for AppStream based software centers to consume.
      Usually, <em>appstream-generator</em> is integrated with the existing software build &amp; packaging workflow of
      a distribution.
    </p>
  </description>

  <url type="homepage">https://github.com/ximion/appstream-generator</url>
  <url type="help">https://github.com/ximion/appstream-generator/blob/master/docs/index.md</url>
  <url type="bugtracker">https://github.com/ximion/appstream-generator/issues</url>

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

  <provides>
    <binary>appstream-generator</binary>
  </provides>

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