diff options
author | maya <maya@pkgsrc.org> | 2018-09-30 19:27:19 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2018-09-30 19:27:19 +0000 |
commit | b95dadd12fe485f9da309f2b1fd956d9006469a7 (patch) | |
tree | 79a602ef2cc8f646ad928b278d4150ca61713aba /games/mrrescue | |
parent | d9b8a49bfa8a72daf5ce4619f163824e1122274b (diff) | |
download | pkgsrc-b95dadd12fe485f9da309f2b1fd956d9006469a7.tar.gz |
Add mrrescue version 1.02e
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.
Diffstat (limited to 'games/mrrescue')
-rw-r--r-- | games/mrrescue/DESCR | 6 | ||||
-rw-r--r-- | games/mrrescue/Makefile | 26 | ||||
-rw-r--r-- | games/mrrescue/PLIST | 3 | ||||
-rw-r--r-- | games/mrrescue/distinfo | 6 |
4 files changed, 41 insertions, 0 deletions
diff --git a/games/mrrescue/DESCR b/games/mrrescue/DESCR new file mode 100644 index 00000000000..dbe896390cc --- /dev/null +++ b/games/mrrescue/DESCR @@ -0,0 +1,6 @@ +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. diff --git a/games/mrrescue/Makefile b/games/mrrescue/Makefile new file mode 100644 index 00000000000..07e90297d86 --- /dev/null +++ b/games/mrrescue/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1 2018/09/30 19:27:19 maya Exp $ + +PKGNAME= mrrescue-${GITHUB_RELEASE} +DISTNAME= mrrescue${GITHUB_RELEASE} +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_GITHUB:=SimonLarsen/} +GITHUB_PROJECT= mrrescue +GITHUB_RELEASE= 1.02e +EXTRACT_SUFX= .love + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://tangramgames.dk/games/mrrescue/ +COMMENT= Arcade-style fire fighting game +LICENSE= zlib AND cc-by-sa-v3.0 + +do-extract: + ${MKDIR} ${WRKSRC} + ${CP} ${_DISTDIR:Q}/${DISTNAME}${EXTRACT_SUFX} ${WRKSRC} + + +LOVE_GAME= mrrescue +LOVE_DATA= ${DISTNAME}.love +LOVE_VERSION= 0.10 + +.include "../../mk/love.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/games/mrrescue/PLIST b/games/mrrescue/PLIST new file mode 100644 index 00000000000..082e9e448a3 --- /dev/null +++ b/games/mrrescue/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2018/09/30 19:27:19 maya Exp $ +bin/mrrescue +share/games/mrrescue${PKGVERSION}.love diff --git a/games/mrrescue/distinfo b/games/mrrescue/distinfo new file mode 100644 index 00000000000..4f304905cc2 --- /dev/null +++ b/games/mrrescue/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2018/09/30 19:27:19 maya Exp $ + +SHA1 (mrrescue1.02e.love) = ce16f3f3c3f4ca6cd97cfdcfc01e9ad6f226baf1 +RMD160 (mrrescue1.02e.love) = 4305085a3a193098b46d4fd477273b3d2838530f +SHA512 (mrrescue1.02e.love) = e8cae8ada240ad8c3e98a4dae55293ce63dd5fce7cfd9fd8a3c3af2448bbf60f4af1a40d6600f56cd24b584d7fd48593f0279820dd2201045f3b446d101489d5 +Size (mrrescue1.02e.love) = 11902585 bytes |