Blob Blame History Raw
--- a/appdata/mrrescue
+++ b/appdata/mrrescue
@@ -0,0 +1,13 @@
+#!/bin/sh
+if [ $# -ne 0 ]
+then
+ if [ "$1" == "-h" ]||[ "$1" == "--help" ]
+ then
+  man 6 mrrescue
+  exit
+ fi
+ echo "Invalid option(s): $*" 1>&2
+ echo Usage: `basename $0` [-h] 1>&2
+ exit 1
+fi
+love /usr/share/mrrescue/mrrescue.love
--- a/appdata/mrrescue.6
+++ b/appdata/mrrescue.6
@@ -0,0 +1,17 @@
+.TH mrrescue 6 "VERSION" "Mr. Rescue"
+.SH NAME
+mrrescue - Mr. Rescue v VERSION
+.SH SYNOPSIS
+Arcade-style fire fighting game
+.SH DESCRIPTION
+Mr. Rescue is an arcade styled 2d action game centered around evacuating
+civilians from burning buildings. The game features fast paced fire
+extinguishing action, intense boss battles, a catchy soundtrack and lots of
+throwing people around in pseudo-randomly generated buildings.
+This game is made with LOVE. You can find more games and
+information about the author(s) at http://tangramgames.dk/
+.SH OPTIONS
+.BR \-h ", " \-\-help
+Show manpage.
+.SH SEE ALSO
+.BR love(6)
--- a/appdata/mrrescue.appdata.xml
+++ b/appdata/mrrescue.appdata.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2016 Jeremy Newton -->
+<component type="desktop">
+ <id>mrrescue.desktop</id>
+ <metadata_license>CC-BY-SA-3.0</metadata_license>
+ <project_license>Zlib</project_license>
+ <name>Mr Rescue</name>
+ <summary>Arcade-style fire fighting game</summary>
+ <description>
+  <p>
+   Mr. Rescue is an arcade styled 2d action game centered around evacuating
+   civilians from burning buildings. The game features fast paced fire
+   extinguishing action, intense boss battles, a catchy soundtrack and lots of
+   throwing people around in pseudo-randomly generated buildings.
+  </p>
+ </description>
+ <screenshots>
+  <screenshot type="default">
+   <image>http://tangramgames.dk/games/mrrescue/images/1.png</image>
+   <caption>Example gameplay 1</caption>
+  </screenshot>
+  <screenshot>
+   <image>http://tangramgames.dk/games/mrrescue/images/2.png</image>
+   <caption>Example gameplay 2</caption>
+  </screenshot>
+  <screenshot>
+   <image>http://tangramgames.dk/games/mrrescue/images/3.png</image>
+   <caption>Example gameplay 3</caption>
+  </screenshot>
+  <screenshot>
+   <image>http://tangramgames.dk/games/mrrescue/images/4.png</image>
+   <caption>Example gameplay 4</caption>
+  </screenshot>
+  <screenshot>
+   <image>http://tangramgames.dk/games/mrrescue/images/5.png</image>
+   <caption>Example gameplay 5</caption>
+  </screenshot>
+ </screenshots>
+ <url type="homepage">http://tangramgames.dk/games/mrrescue/</url>
+ <url type="bugtracker">https://github.com/SimonLarsen/mrrescue/issues</url>
+ <update_contact>alexjnewt_at_hotmail.com</update_contact>
+</component>
--- a/appdata/mrrescue.desktop
+++ b/appdata/mrrescue.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=Mr. Rescue
+Comment=Arcade-style fire fighting game
+Exec=mrrescue
+Type=Application
+Categories=Game;ArcadeGame;
+Terminal=false
+Icon=mrrescue