Blob Blame History Raw
--- a/appdata/safetyblanket
+++ b/appdata/safetyblanket
@@ -0,0 +1,13 @@
+#!/bin/sh
+if [ $# -ne 0 ]
+then
+ if [ "$1" == "-h" ]||[ "$1" == "--help" ]
+ then
+  man 6 safetyblanket
+  exit
+ fi
+ echo "Invalid option(s): $*" 1>&2
+ echo Usage: `basename $0` [-h] 1>&2
+ exit 1
+fi
+love /usr/share/safetyblanket/safetyblanket.love
--- a/appdata/safetyblanket.6
+++ b/appdata/safetyblanket.6
@@ -0,0 +1,19 @@
+.TH safetyblanket 6 "VERSION" "Safety Blanket"
+.SH NAME
+safetyblanket - Safety Blanket v VERSION
+.SH SYNOPSIS
+Creepy blanket simulator
+.SH DESCRIPTION
+Safety Blanket was developed in 48 hours for the Ludum Dare 29 game jam.
+It’s bed time, the monsters are out to get you, and your blanket is just too
+small to cover your body!
+Cover your exposed limbs to fend off the approaching tentacles.
+The tentacles will only go for your feet, hands and head.
+If the tentacles reach you it’s game over!
+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/safetyblanket.appdata.xml
+++ b/appdata/safetyblanket.appdata.xml
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="desktop">
+ <id>safetyblanket.desktop</id>
+ <metadata_license>CC-BY-SA</metadata_license>
+ <project_license>zlib</project_license>
+ <name>Safety Blanket</name>
+ <summary>Creepy blanket simulator</summary>
+ <description>
+  <p>
+   Safety Blanket was developed in 48 hours for the Ludum Dare 29 game jam.
+   It’s bed time, the monsters are out to get you, and your blanket is just too
+   small to cover your body!
+   Cover your exposed limbs to fend off the approaching tentacles.
+   The tentacles will only go for your feet, hands and head.
+   If the tentacles reach you it’s game over!
+  </p>
+ </description>
+ <screenshots>
+  <screenshot>
+   <image>http://tangramgames.dk/games/safetyblanket/images/1.png</image>
+   <caption>Example gameplay 1</caption>
+  </screenshot>
+  <screenshot>
+   <image>http://tangramgames.dk/games/safetyblanket/images/2.png</image>
+   <caption>Example gameplay 2</caption>
+  </screenshot>
+  <screenshot>
+   <image>http://tangramgames.dk/games/safetyblanket/images/3.png</image>
+   <caption>Example gameplay 3</caption>
+  </screenshot>
+ </screenshots>
+ <url type="homepage">http://tangramgames.dk/games/safetyblanket/</url>
+ <url type="bugtracker">https://github.com/SimonLarsen/safetyblanket/issues</url>
+</component>
--- a/appdata/safetyblanket.desktop
+++ b/appdata/safetyblanket.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=Safety Blanket
+Comment=Creepy blanket simulator
+Exec=safetyblanket
+Type=Application
+Categories=Game;ArcadeGame;
+Terminal=false
+Icon=safetyblanket