Mystro256 1f687ed
--- a/appdata/mrrescue
Mystro256 1f687ed
+++ b/appdata/mrrescue
Mystro256 1f687ed
@@ -0,0 +1,13 @@
Mystro256 1f687ed
+#!/bin/sh
Mystro256 1f687ed
+if [ $# -ne 0 ]
Mystro256 1f687ed
+then
Mystro256 1f687ed
+ if [ "$1" == "-h" ]||[ "$1" == "--help" ]
Mystro256 1f687ed
+ then
Mystro256 1f687ed
+  man 6 mrrescue
Mystro256 1f687ed
+  exit
Mystro256 1f687ed
+ fi
Mystro256 1f687ed
+ echo "Invalid option(s): $*" 1>&2
Mystro256 1f687ed
+ echo Usage: `basename $0` [-h] 1>&2
Mystro256 1f687ed
+ exit 1
Mystro256 1f687ed
+fi
Mystro256 1f687ed
+love /usr/share/mrrescue/mrrescue.love
Mystro256 1f687ed
--- a/appdata/mrrescue.6
Mystro256 1f687ed
+++ b/appdata/mrrescue.6
Mystro256 1f687ed
@@ -0,0 +1,17 @@
Mystro256 1f687ed
+.TH mrrescue 6 "VERSION" "Mr. Rescue"
Mystro256 1f687ed
+.SH NAME
Mystro256 1f687ed
+mrrescue - Mr. Rescue v VERSION
Mystro256 1f687ed
+.SH SYNOPSIS
Mystro256 1f687ed
+Arcade-style fire fighting game
Mystro256 1f687ed
+.SH DESCRIPTION
Mystro256 1f687ed
+Mr. Rescue is an arcade styled 2d action game centered around evacuating
Mystro256 1f687ed
+civilians from burning buildings. The game features fast paced fire
Mystro256 1f687ed
+extinguishing action, intense boss battles, a catchy soundtrack and lots of
Mystro256 1f687ed
+throwing people around in pseudo-randomly generated buildings.
Mystro256 1f687ed
+This game is made with LOVE. You can find more games and
Mystro256 1f687ed
+information about the author(s) at http://tangramgames.dk/
Mystro256 1f687ed
+.SH OPTIONS
Mystro256 1f687ed
+.BR \-h ", " \-\-help
Mystro256 1f687ed
+Show manpage.
Mystro256 1f687ed
+.SH SEE ALSO
Mystro256 1f687ed
+.BR love(6)
Mystro256 1f687ed
--- a/appdata/mrrescue.appdata.xml
Mystro256 1f687ed
+++ b/appdata/mrrescue.appdata.xml
Mystro256 3a892d8
@@ -0,0 +1,40 @@
Mystro256 1f687ed
+
Mystro256 1f687ed
+<component type="desktop">
Mystro256 1f687ed
+ <id>mrrescue.desktop</id>
Mystro256 1f687ed
+ <metadata_license>CC-BY-SA</metadata_license>
Mystro256 1f687ed
+ <project_license>CC-BY-SA</project_license>
Mystro256 1f687ed
+ <name>Mr Rescue</name>
Mystro256 e9b0bf7
+ <summary>Arcade-style fire fighting game</summary>
Mystro256 1f687ed
+ <description>
Mystro256 1f687ed
+  

Mystro256 1f687ed
+   Mr. Rescue is an arcade styled 2d action game centered around evacuating
Mystro256 1f687ed
+   civilians from burning buildings. The game features fast paced fire
Mystro256 1f687ed
+   extinguishing action, intense boss battles, a catchy soundtrack and lots of
Mystro256 1f687ed
+   throwing people around in pseudo-randomly generated buildings.
Mystro256 1f687ed
+  

Mystro256 1f687ed
+ </description>
Mystro256 1f687ed
+ <screenshots>
Mystro256 1f687ed
+  <screenshot type="default">
Mystro256 1f687ed
+   <image>http://tangramgames.dk/games/mrrescue/images/1.png</image>
Mystro256 1f687ed
+   <caption>Example gameplay 1</caption>
Mystro256 1f687ed
+  </screenshot>
Mystro256 1f687ed
+  <screenshot>
Mystro256 1f687ed
+   <image>http://tangramgames.dk/games/mrrescue/images/2.png</image>
Mystro256 1f687ed
+   <caption>Example gameplay 2</caption>
Mystro256 1f687ed
+  </screenshot>
Mystro256 1f687ed
+  <screenshot>
Mystro256 1f687ed
+   <image>http://tangramgames.dk/games/mrrescue/images/3.png</image>
Mystro256 1f687ed
+   <caption>Example gameplay 3</caption>
Mystro256 1f687ed
+  </screenshot>
Mystro256 1f687ed
+  <screenshot>
Mystro256 1f687ed
+   <image>http://tangramgames.dk/games/mrrescue/images/4.png</image>
Mystro256 1f687ed
+   <caption>Example gameplay 4</caption>
Mystro256 1f687ed
+  </screenshot>
Mystro256 1f687ed
+  <screenshot>
Mystro256 1f687ed
+   <image>http://tangramgames.dk/games/mrrescue/images/5.png</image>
Mystro256 1f687ed
+   <caption>Example gameplay 5</caption>
Mystro256 1f687ed
+  </screenshot>
Mystro256 1f687ed
+ </screenshots>
Mystro256 1f687ed
+ <url type="homepage">http://tangramgames.dk/games/mrrescue/</url>
Mystro256 1f687ed
+ <url type="bugtracker">https://github.com/SimonLarsen/mrrescue/issues</url>
Mystro256 1f687ed
+</component>
Mystro256 1f687ed
--- a/appdata/mrrescue.desktop
Mystro256 1f687ed
+++ b/appdata/mrrescue.desktop
Mystro256 1f687ed
@@ -0,0 +1,8 @@
Mystro256 1f687ed
+[Desktop Entry]
Mystro256 1f687ed
+Name=Mr. Rescue
Mystro256 1f687ed
+Comment=Arcade-style fire fighting game
Mystro256 1f687ed
+Exec=mrrescue
Mystro256 1f687ed
+Type=Application
Mystro256 1f687ed
+Categories=Game;ArcadeGame;
Mystro256 1f687ed
+Terminal=false
Mystro256 1f687ed
+Icon=mrrescue