pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

add sienna 1.0c



Module Name:	pkgsrc-wip
Committed By:	coypu <coypu%sdf.org@localhost>
Pushed By:	coypu
Date:		Sun Sep 30 18:21:49 2018 +0300
Changeset:	0d39b6743f54ac56d882c7a283dffe2999134dbf

Added Files:
	sienna/DESCR
	sienna/Makefile
	sienna/PLIST
	sienna/distinfo

Log Message:
add sienna 1.0c

Sienna is a simple, fast-paced one-button platformer.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0d39b6743f54ac56d882c7a283dffe2999134dbf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 sienna/DESCR    |  1 +
 sienna/Makefile | 25 +++++++++++++++++++++++++
 sienna/PLIST    |  3 +++
 sienna/distinfo |  6 ++++++
 4 files changed, 35 insertions(+)

diffs:
diff --git a/sienna/DESCR b/sienna/DESCR
new file mode 100644
index 0000000000..419066ffc3
--- /dev/null
+++ b/sienna/DESCR
@@ -0,0 +1 @@
+Sienna is a simple, fast-paced one-button platformer
diff --git a/sienna/Makefile b/sienna/Makefile
new file mode 100644
index 0000000000..bc07e1defe
--- /dev/null
+++ b/sienna/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD$
+
+DISTNAME=	sienna-${GITHUB_RELEASE:S/v//}
+CATEGORIES=	wip
+MASTER_SITES=	${MASTER_SITE_GITHUB:=SimonLarsen/}
+GITHUB_PROJECT=	sienna
+GITHUB_RELEASE=	v1.0c
+EXTRACT_SUFX=	.love
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://tangramgames.dk/games/sienna/
+COMMENT=	One button platformer
+LICENSE=	zlib
+
+do-extract:
+	${MKDIR} ${WRKSRC}
+	${CP} ${_DISTDIR:Q}/${DISTNAME}${EXTRACT_SUFX} ${WRKSRC}
+
+
+LOVE_GAME=	sienna
+LOVE_DATA=	${DISTNAME}.love
+LOVE_VERSION=	0.10
+
+.include "../../wip/mk/love.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/sienna/PLIST b/sienna/PLIST
new file mode 100644
index 0000000000..08b88c178c
--- /dev/null
+++ b/sienna/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/sienna
+share/games/${PKGNAME}.love
diff --git a/sienna/distinfo b/sienna/distinfo
new file mode 100644
index 0000000000..17ccf22922
--- /dev/null
+++ b/sienna/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (sienna-1.0c.love) = d126e8ee7bdc87829421d1aaaec5cb7ec526b387
+RMD160 (sienna-1.0c.love) = 3c890f144556f0d5430880313a8e029449e412f3
+SHA512 (sienna-1.0c.love) = 2ae4830d4abe023032065a857049aa114996efad87d38328ca70f34fd4046473283984f6437fd51092ff1488668c14bbefedd71e300f1e25e4080fafdab987d9
+Size (sienna-1.0c.love) = 1633297 bytes


Home | Main Index | Thread Index | Old Index