aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/freedesktop/myapp.appdata.xml
blob: 3cf0a564139e4a7cc7506e0cb96c69ac0c7af0b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
  <id>myapp.desktop</id>
  <metadata_license>CC0</metadata_license>
  <name>MyApp</name>
  <summary>The coolest app ever</summary>

  <description>
    <p>This is a cool application.</p>
  </description>

  <url type="homepage">https://software.house/myapp</url>
  <project_license>GPL-2.0+</project_license>
  <developer_name>Coding Wizard</developer_name>
</component>