pkgsrc-WIP-changes archive

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

Import 2048-cli-0.9.1 as wip/2048-cli.



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Mon Aug 1 20:59:25 2016 +0200
Changeset:	a4c18ac07aca15c9a4a448a2ec83dd19b71b4d02

Added Files:
	2048-cli/DESCR
	2048-cli/Makefile
	2048-cli/PLIST
	2048-cli/distinfo

Log Message:
Import 2048-cli-0.9.1 as wip/2048-cli.

A cli version/engine of the game 2048 for your UNIX terminal.

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

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

diffstat:
 2048-cli/DESCR    |  1 +
 2048-cli/Makefile | 21 +++++++++++++++++++++
 2048-cli/PLIST    |  3 +++
 2048-cli/distinfo |  6 ++++++
 4 files changed, 31 insertions(+)

diffs:
diff --git a/2048-cli/DESCR b/2048-cli/DESCR
new file mode 100644
index 0000000..8d9e1f1
--- /dev/null
+++ b/2048-cli/DESCR
@@ -0,0 +1 @@
+A cli version/engine of the game 2048 for your UNIX terminal.
diff --git a/2048-cli/Makefile b/2048-cli/Makefile
new file mode 100644
index 0000000..fa427d6
--- /dev/null
+++ b/2048-cli/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME=	2048-cli-0.9.1
+CATEGORIES=	games
+MASTER_SITES=	${MASTER_SITE_GITHUB:=tiehuis/}
+GITHUB_TAG=	v${PKGVERSION_NOREV}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/tiehuis/2048-cli/
+COMMENT=	The game 2048 for your Unix terminal
+LICENSE=	mit
+
+USE_TOOLS+=	gmake
+
+INSTALLATION_DIRS+=	bin ${PKGMANDIR}/man1
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/2048 ${DESTDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/man/2048.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/2048-cli/PLIST b/2048-cli/PLIST
new file mode 100644
index 0000000..fd9c94d
--- /dev/null
+++ b/2048-cli/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/2048
+man/man1/2048.1
diff --git a/2048-cli/distinfo b/2048-cli/distinfo
new file mode 100644
index 0000000..45f72c9
--- /dev/null
+++ b/2048-cli/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (2048-cli-0.9.1.tar.gz) = 65ebd469ed9c652572995b45ef69723408f705e8
+RMD160 (2048-cli-0.9.1.tar.gz) = 6f2b5c995e110508a063fc5781dda124c2959f7d
+SHA512 (2048-cli-0.9.1.tar.gz) = fb4752f431973ffd1163ffcda0dc26fcf1282e44a4031a33412185cf93e8cbf0bfa636ab62be540a129f3b4673ec76b93740e84379e8cf7c3c27927e7b72e0c0
+Size (2048-cli-0.9.1.tar.gz) = 117578 bytes


Home | Main Index | Thread Index | Old Index