Skip to content

Commit 8026443

Browse files
authored
Add appstream metadata (#710)
https://www.freedesktop.org/wiki/Distributions/AppStream/ Needed for this application to show up in various Linux software centers such as gnome-software and discover.
1 parent 4eaad4c commit 8026443

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<component type="desktop-application">
3+
<id>io.github.tmewett.brogue</id>
4+
5+
<name>Brogue</name>
6+
<summary>Brogue is a Roguelike game by Brian Walker (community edition)</summary>
7+
8+
<metadata_license>CC0-1.0</metadata_license>
9+
<project_license>AGPL-3.0-or-later</project_license>
10+
11+
<description>
12+
<p>
13+
Brogue is a Roguelike game by Brian Walker. It is a direct descendant of Rogue, unlike other popular modern roguelikes, and it favors simplicity over complexity, while trying to ensure that the interactions between components will be interesting and varied. It is possible to play entirely with the keyboard, or entirely with the mouse, or a combination of the two as the player chooses.
14+
</p>
15+
</description>
16+
17+
<launchable type="desktop-id">brogue.desktop</launchable>
18+
<screenshots>
19+
<screenshot type="default">
20+
<image>https://static.wikia.nocookie.net/brogue/images/6/6a/Brogue-menu.png</image>
21+
</screenshot>
22+
</screenshots>
23+
</component>

0 commit comments

Comments
 (0)