File: org.pyinstaller.appimage.test.appdata.xml

package info (click to toggle)
pyinstaller 6.18.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,820 kB
  • sloc: python: 41,828; ansic: 12,123; makefile: 171; sh: 131; xml: 19
file content (19 lines) | stat: -rw-r--r-- 775 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
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
	<id>org.pyinstaller.appimage.test</id>
	<metadata_license>MIT</metadata_license>
	<project_license>LGPL-2.1-only</project_license>
	<name>PyInstaller Appimage Test</name>
	<summary>Some summary</summary>
	<description>
		<p>Simple AppImage test for code frozen with PyInstaller.</p>
	</description>
	<launchable type="desktop-id">org.pyinstaller.appimage.test</launchable>
	<url type="homepage">https://github.com/pyinstaller/pyinstaller</url>
	<url type="bugtracker">https://github.com/pyinstaller/pyinstaller/issues</url>
	<developer_name>PyInstaller</developer_name>
	<update_contact>contact -- example dot org</update_contact>
	<provides>
		<binary>apptest</binary>
	</provides>
</component>