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

package info (click to toggle)
appstream-generator 0.7.7-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,736 kB
  • sloc: xml: 253; sh: 78; python: 50; makefile: 21
file content (37 lines) | stat: -rw-r--r-- 1,676 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
<?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 cross-distribution specification to provide metadata about software components.
    </p>
    <p>
      The appstream-generator 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 collection 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, appstream-generator is integrated with the existing software build &amp; delivery 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>

  <project_group>Freedesktop</project_group>

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