Mystro256 c9bed90
--- a/appdata/safetyblanket
Mystro256 c9bed90
+++ b/appdata/safetyblanket
Mystro256 c9bed90
@@ -0,0 +1,13 @@
Mystro256 c9bed90
+#!/bin/sh
Mystro256 c9bed90
+if [ $# -ne 0 ]
Mystro256 c9bed90
+then
Mystro256 c9bed90
+ if [ "$1" == "-h" ]||[ "$1" == "--help" ]
Mystro256 c9bed90
+ then
Mystro256 c9bed90
+  man 6 safetyblanket
Mystro256 c9bed90
+  exit
Mystro256 c9bed90
+ fi
Mystro256 c9bed90
+ echo "Invalid option(s): $*" 1>&2
Mystro256 c9bed90
+ echo Usage: `basename $0` [-h] 1>&2
Mystro256 c9bed90
+ exit 1
Mystro256 c9bed90
+fi
Mystro256 c9bed90
+love /usr/share/safetyblanket/safetyblanket.love
Mystro256 c9bed90
--- a/appdata/safetyblanket.6
Mystro256 c9bed90
+++ b/appdata/safetyblanket.6
Mystro256 c9bed90
@@ -0,0 +1,19 @@
Mystro256 c9bed90
+.TH safetyblanket 6 "VERSION" "Safety Blanket"
Mystro256 c9bed90
+.SH NAME
Mystro256 c9bed90
+safetyblanket - Safety Blanket v VERSION
Mystro256 c9bed90
+.SH SYNOPSIS
Mystro256 c9bed90
+Creepy blanket simulator
Mystro256 c9bed90
+.SH DESCRIPTION
Mystro256 c9bed90
+Safety Blanket was developed in 48 hours for the Ludum Dare 29 game jam.
Mystro256 c9bed90
+It’s bed time, the monsters are out to get you, and your blanket is just too
Mystro256 c9bed90
+small to cover your body!
Mystro256 c9bed90
+Cover your exposed limbs to fend off the approaching tentacles.
Mystro256 c9bed90
+The tentacles will only go for your feet, hands and head.
Mystro256 c9bed90
+If the tentacles reach you it’s game over!
Mystro256 c9bed90
+This game is made with LOVE. You can find more games and
Mystro256 c9bed90
+information about the author(s) at http://tangramgames.dk/
Mystro256 c9bed90
+.SH OPTIONS
Mystro256 c9bed90
+.BR \-h ", " \-\-help
Mystro256 c9bed90
+Show manpage.
Mystro256 c9bed90
+.SH SEE ALSO
Mystro256 c9bed90
+.BR love(6)
Mystro256 c9bed90
--- a/appdata/safetyblanket.appdata.xml
Mystro256 c9bed90
+++ b/appdata/safetyblanket.appdata.xml
Mystro256 c9bed90
@@ -0,0 +1,34 @@
Mystro256 c9bed90
+
Mystro256 c9bed90
+<component type="desktop">
Mystro256 c9bed90
+ <id>safetyblanket.desktop</id>
Mystro256 c9bed90
+ <metadata_license>CC-BY-SA</metadata_license>
Mystro256 c9bed90
+ <project_license>zlib</project_license>
Mystro256 c9bed90
+ <name>Safety Blanket</name>
Mystro256 c9bed90
+ <summary>Creepy blanket simulator</summary>
Mystro256 c9bed90
+ <description>
Mystro256 c9bed90
+  

Mystro256 c9bed90
+   Safety Blanket was developed in 48 hours for the Ludum Dare 29 game jam.
Mystro256 c9bed90
+   It’s bed time, the monsters are out to get you, and your blanket is just too
Mystro256 c9bed90
+   small to cover your body!
Mystro256 c9bed90
+   Cover your exposed limbs to fend off the approaching tentacles.
Mystro256 c9bed90
+   The tentacles will only go for your feet, hands and head.
Mystro256 c9bed90
+   If the tentacles reach you it’s game over!
Mystro256 c9bed90
+  

Mystro256 c9bed90
+ </description>
Mystro256 c9bed90
+ <screenshots>
Mystro256 c9bed90
+  <screenshot>
Mystro256 c9bed90
+   <image>http://tangramgames.dk/games/safetyblanket/images/1.png</image>
Mystro256 c9bed90
+   <caption>Example gameplay 1</caption>
Mystro256 c9bed90
+  </screenshot>
Mystro256 c9bed90
+  <screenshot>
Mystro256 c9bed90
+   <image>http://tangramgames.dk/games/safetyblanket/images/2.png</image>
Mystro256 c9bed90
+   <caption>Example gameplay 2</caption>
Mystro256 c9bed90
+  </screenshot>
Mystro256 c9bed90
+  <screenshot>
Mystro256 c9bed90
+   <image>http://tangramgames.dk/games/safetyblanket/images/3.png</image>
Mystro256 c9bed90
+   <caption>Example gameplay 3</caption>
Mystro256 c9bed90
+  </screenshot>
Mystro256 c9bed90
+ </screenshots>
Mystro256 c9bed90
+ <url type="homepage">http://tangramgames.dk/games/safetyblanket/</url>
Mystro256 c9bed90
+ <url type="bugtracker">https://github.com/SimonLarsen/safetyblanket/issues</url>
Mystro256 c9bed90
+</component>
Mystro256 c9bed90
--- a/appdata/safetyblanket.desktop
Mystro256 c9bed90
+++ b/appdata/safetyblanket.desktop
Mystro256 c9bed90
@@ -0,0 +1,8 @@
Mystro256 c9bed90
+[Desktop Entry]
Mystro256 c9bed90
+Name=Safety Blanket
Mystro256 c9bed90
+Comment=Creepy blanket simulator
Mystro256 c9bed90
+Exec=safetyblanket
Mystro256 c9bed90
+Type=Application
Mystro256 c9bed90
+Categories=Game;ArcadeGame;
Mystro256 c9bed90
+Terminal=false
Mystro256 c9bed90
+Icon=safetyblanket