forked from Pingus/pingus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpingus.appdata.xml.in
47 lines (47 loc) · 1.96 KB
/
pingus.appdata.xml.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2018 Ingo Ruhnke <[email protected]> -->
<component type="desktop-application">
<id>org.seul.pingus.Pingus</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0+</project_license>
<content_rating type="oars-1.1">
<content_attribute id="violence-cartoon">mild</content_attribute>
<content_attribute id="violence-bloodshed">mild</content_attribute>
<content_attribute id="language-profanity">mild</content_attribute>
<content_attribute id="language-humor">mild</content_attribute>
</content_rating>
<name>Pingus</name>
<summary>Guide groups of penguins through various obstacles</summary>
<description>
<p>
A 2d side scrolling puzzle game where you guide large groups of
little penguins through various obstacles and dangers using
their numerous talents.
</p>
<p>
A level editor is included to allow building your own levels and
numerous user contributed levels are included as well.
</p>
<p>
The game is heavily inspired by the classic Lemmings.
</p>
</description>
<developer_name>Ingo Ruhnke</developer_name>
<update_contact>[email protected]</update_contact>
<url type="homepage">https://pingus.gitlab.io</url>
<url type="bugtracker">https://gitlab.com/pingus/pingus/issues</url>
<categories>
<category>Game</category>
<category>LogicGame</category>
</categories>
<screenshots>
<screenshot type="default">http://pingus.gitlab.io/images/screen_0.7.0-1.jpg</screenshot>
<screenshot>http://pingus.gitlab.io/images/screen_0.7.0-2.jpg</screenshot>
<screenshot>http://pingus.gitlab.io/images/screen_0.7.0-3.jpg</screenshot>
<screenshot>http://pingus.gitlab.io/images/screen_0.7.0-4.jpg</screenshot>
<screenshot>http://pingus.gitlab.io/images/screen_0.7.0-5.jpg</screenshot>
</screenshots>
<releases>
<release version="@GIT_REPO_VERSION@" date="@GIT_REPO_DATE@" />
</releases>
</component>