Skip to content

Commit 5b3a6eb

Browse files
committed
Added metainfo.xml file
Signed-off-by: MaFeLP <[email protected]>
1 parent 68bdea7 commit 5b3a6eb

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

assets/pokete.metainfo.xml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
3+
<component type="desktop-application">
4+
<id>com.github.lxgr_linux.pokete</id>
5+
<metadata_license>MIT</metadata_license>
6+
<project_license>GPL-3.0</project_license>
7+
<name>Pokete</name>
8+
<summary>A terminal based Pokemon like game </summary>
9+
<description>
10+
<p>
11+
Pokete is a small terminal based game in the style of a very popular and old game by Gamefreak. Imagine you're a Pokete-Trainer and your goal is it to run around in the world and catch/train as many Poketes as possible and to get the best trainer.
12+
</p>
13+
</description>
14+
<icon type="stock">com.github.lxgr_linux.pokete</icon>
15+
<categories>
16+
<category>Game</category>
17+
</categories>
18+
<keywords>
19+
<keyword>game</keyword>
20+
<keyword>python</keyword>
21+
<keyword>pokemon</keyword>
22+
<keyword>console-game</keyword>
23+
</keywords>
24+
<url type="homepage">https://github.com/lxgr-linux/pokete/</url>
25+
<url type="bugtracker">https://github.com/lxgr-linux/pokete/issues</url>
26+
<url type="contribute">https://github.com/lxgr-linux/pokete/#contributing</url>
27+
<url type="vcs-browser">https://github.com/lxgr-linux/pokete/</url>
28+
<provides>
29+
<binary>com.github.lxgr_linux.pokete</binary>
30+
</provides>
31+
<launchable type="desktop-id">com.github.lxgr_linux.pokete</launchable>
32+
</component>
33+

0 commit comments

Comments
 (0)