summaryrefslogtreecommitdiffstats
path: root/plugins/flatpak/tests/app-with-runtime/org.test.Chiron/files/share/appdata/org.test.Chiron.appdata.xml
blob: 58af082721adb60cc4d6fc89e522bd615abf2373 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2016 Richard Hughes <richard@hughsie.com> -->
<component type="desktop">
  <id>org.test.Chiron</id>
  <metadata_license>CC0-1.0</metadata_license>
  <project_license>GPL-2.0+</project_license>
  <name>Chiron</name>
  <summary>Single line synopsis</summary>
  <description><p>Long description.</p></description>
  <url type="homepage">http://127.0.0.1/</url>
  <releases>
    <release date="2014-12-15" version="1.2.3">
      <description><p>This is better.</p></description>
    </release>
  </releases>
</component>