Skip to content

Commit

Permalink
Add AppStream metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
AsciiWolf authored and kk7ds committed Jul 5, 2024
1 parent 0fdd211 commit f28814f
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
include chirp/share/*.desktop
include chirp/share/*.metainfo.xml
include chirp/share/*.png
include chirp/share/*.svg
include chirp/share/*.ico
Expand Down
24 changes: 24 additions & 0 deletions chirp/share/com.chirpmyradio.CHIRP.metainfo.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>com.chirpmyradio.CHIRP</id>
<launchable type="desktop-id">chirp.desktop</launchable>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0-or-later</project_license>
<name>CHIRP</name>
<developer_name>CHIRP Software LLC</developer_name>
<summary>Program amateur radios</summary>
<description>
<p>
CHIRP is a free, open-source tool for programming your radio. It supports a large number of manufacturers and models,
as well as provides a way to interface with multiple data sources and formats.
</p>
</description>
<screenshots>
<screenshot type="default">
<image type="source">https://archive.chirpmyradio.com/.site/screenshot1.png</image>
</screenshot>
</screenshots>
<url type="homepage">https://chirpmyradio.com</url>
<url type="bugtracker">https://chirpmyradio.com/projects/chirp/issues</url>
<content_rating type="oars-1.1"/>
</component>

0 comments on commit f28814f

Please sign in to comment.