Mystro256 f6d0289
--- a/appdata/90-Second-Portraits
Mystro256 f6d0289
+++ b/appdata/90-Second-Portraits
Mystro256 f6d0289
@@ -0,0 +1,13 @@
Mystro256 f6d0289
+#!/bin/sh
Mystro256 f6d0289
+if [ $# -ne 0 ]
Mystro256 f6d0289
+then
Mystro256 f6d0289
+ if [ "$1" == "-h" ]||[ "$1" == "--help" ]
Mystro256 f6d0289
+ then
Mystro256 f6d0289
+  man 6 90-Second-Portraits
Mystro256 f6d0289
+  exit
Mystro256 f6d0289
+ fi
Mystro256 f6d0289
+ echo "Invalid option(s): $*" 1>&2
Mystro256 f6d0289
+ echo Usage: `basename $0` [-h] 1>&2
Mystro256 f6d0289
+ exit 1
Mystro256 f6d0289
+fi
Mystro256 f6d0289
+love /usr/share/90-Second-Portraits/90-Second-Portraits.love
Mystro256 f6d0289
--- a/appdata/90-Second-Portraits.6
Mystro256 f6d0289
+++ b/appdata/90-Second-Portraits.6
Mystro256 f6d0289
@@ -0,0 +1,18 @@
Mystro256 f6d0289
+.TH 90-Second-Portraits 6 "VERSION" "90 Second Portraits"
Mystro256 f6d0289
+.SH NAME
Mystro256 f6d0289
+90-Second-Portraits - 90 Second Portraits v VERSION
Mystro256 f6d0289
+.SH SYNOPSIS
Mystro256 f6d0289
+Frantic street painting game
Mystro256 f6d0289
+.SH DESCRIPTION
Mystro256 f6d0289
+90 Second Portraits is a silly speed painting game developed for Ludum Dare 31
Mystro256 f6d0289
+Jam competition. Time is money and you have neither! In 90 SECOND PORTRAITS
Mystro256 f6d0289
+you’re paying the bills by speed painting portraits of bypassing customers!
Mystro256 f6d0289
+You have 90 seconds to paint the customer and his/her preferred background!
Mystro256 f6d0289
+Your work day ends after 5 customers!
Mystro256 f6d0289
+This game is made with LOVE. You can find more games and
Mystro256 f6d0289
+information about the author(s) at http://tangramgames.dk/
Mystro256 f6d0289
+.SH OPTIONS
Mystro256 f6d0289
+.BR \-h ", " \-\-help
Mystro256 f6d0289
+Show manpage.
Mystro256 f6d0289
+.SH SEE ALSO
Mystro256 f6d0289
+.BR love(6)
Mystro256 f6d0289
--- a/appdata/90-Second-Portraits.appdata.xml
Mystro256 f6d0289
+++ b/appdata/90-Second-Portraits.appdata.xml
Mystro256 f6d0289
@@ -0,0 +1,41 @@
Mystro256 f6d0289
+
Mystro256 f6d0289
+<component type="desktop">
Mystro256 f6d0289
+ <id>90-Second-Portraits.desktop</id>
Mystro256 f6d0289
+ <metadata_license>CC-BY-SA</metadata_license>
Mystro256 f6d0289
+ <project_license>zlib</project_license>
Mystro256 f6d0289
+ <name>90 Second Portraits</name>
Mystro256 f6d0289
+ <summary>Frantic street painting game</summary>
Mystro256 f6d0289
+ <description>
Mystro256 f6d0289
+  

Mystro256 f6d0289
+   90 Second Portraits is a silly speed painting game developed for Ludum Dare 31
Mystro256 f6d0289
+   Jam competition. Time is money and you have neither! In 90 SECOND PORTRAITS
Mystro256 f6d0289
+   you’re paying the bills by speed painting portraits of bypassing customers!
Mystro256 f6d0289
+   You have 90 seconds to paint the customer and his/her preferred background!
Mystro256 f6d0289
+   Your work day ends after 5 customers!
Mystro256 f6d0289
+  

Mystro256 f6d0289
+ </description>
Mystro256 f6d0289
+ <screenshots>
Mystro256 f6d0289
+  <screenshot type="default">
Mystro256 f6d0289
+   <image>http://tangramgames.dk/games/90secondportraits/images/header.png</image>
Mystro256 f6d0289
+   <caption>Title Screen</caption>
Mystro256 f6d0289
+  </screenshot>
Mystro256 f6d0289
+  <screenshot>
Mystro256 f6d0289
+   <image>http://tangramgames.dk/games/90secondportraits/images/1.png</image>
Mystro256 f6d0289
+   <caption>Example gameplay 1</caption>
Mystro256 f6d0289
+  </screenshot>
Mystro256 f6d0289
+  <screenshot>
Mystro256 f6d0289
+   <image>http://tangramgames.dk/games/90secondportraits/images/2.png</image>
Mystro256 f6d0289
+   <caption>Example gameplay 2</caption>
Mystro256 f6d0289
+  </screenshot>
Mystro256 f6d0289
+  <screenshot>
Mystro256 f6d0289
+   <image>http://tangramgames.dk/games/90secondportraits/images/3.png</image>
Mystro256 f6d0289
+   <caption>Example gameplay 3</caption>
Mystro256 f6d0289
+  </screenshot>
Mystro256 f6d0289
+  <screenshot>
Mystro256 f6d0289
+   <image>http://tangramgames.dk/games/90secondportraits/images/4.png</image>
Mystro256 f6d0289
+   <caption>Example gameplay 4</caption>
Mystro256 f6d0289
+  </screenshot>
Mystro256 f6d0289
+ </screenshots>
Mystro256 f6d0289
+ <url type="homepage">http://tangramgames.dk/games/90secondportraits/</url>
Mystro256 f6d0289
+ <url type="bugtracker">https://github.com/SimonLarsen/90-Second-Portraits/issues</url>
Mystro256 f6d0289
+</component>
Mystro256 f6d0289
--- a/appdata/90-Second-Portraits.desktop
Mystro256 f6d0289
+++ b/appdata/90-Second-Portraits.desktop
Mystro256 f6d0289
@@ -0,0 +1,8 @@
Mystro256 f6d0289
+[Desktop Entry]
Mystro256 f6d0289
+Name=90 Second Portraits
Mystro256 f6d0289
+Comment=Frantic street painting game
Mystro256 f6d0289
+Exec=90-Second-Portraits
Mystro256 f6d0289
+Type=Application
Mystro256 f6d0289
+Categories=Game;ArcadeGame;
Mystro256 f6d0289
+Terminal=false
Mystro256 f6d0289
+Icon=90-Second-Portraits