pkgsrc-WIP-changes archive

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

2048-c: Import 2048-c-20190509 as wip/2048-c



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sat May 25 03:02:20 2019 +0200
Changeset:	e3e72c1980a9ff7394b6d924b8b2b98e850635ba

Modified Files:
	Makefile
Added Files:
	2048-c/DESCR
	2048-c/Makefile
	2048-c/PLIST
	2048-c/distinfo

Log Message:
2048-c: Import 2048-c-20190509 as wip/2048-c

Console version of the game "2048".

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

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

diffstat:
 2048-c/DESCR    |  1 +
 2048-c/Makefile | 24 ++++++++++++++++++++++++
 2048-c/PLIST    |  2 ++
 2048-c/distinfo |  6 ++++++
 Makefile        |  1 +
 5 files changed, 34 insertions(+)

diffs:
diff --git a/2048-c/DESCR b/2048-c/DESCR
new file mode 100644
index 0000000000..14d85f7944
--- /dev/null
+++ b/2048-c/DESCR
@@ -0,0 +1 @@
+Console version of the game "2048".
diff --git a/2048-c/Makefile b/2048-c/Makefile
new file mode 100644
index 0000000000..91e6598ab1
--- /dev/null
+++ b/2048-c/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD$
+
+DISTNAME=	2048-c-20190509
+CATEGORIES=	wip
+MASTER_SITES=	${MASTER_SITE_GITHUB:=mevdschee/}
+GITHUB_PROJECT=	2048.c
+GITHUB_TAG=	c728fc1fb2bd06ed4465beff323251a0e13ae896
+
+MAINTAINER=	leot%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/mevdschee/2048.c
+COMMENT=	Console version of the game 2048
+LICENSE=	mit
+
+USE_LANGUAGES=	c99
+
+TEST_TARGET=	test
+
+WRKSRC=		${WRKDIR}/${GITHUB_PROJECT}-${GITHUB_TAG}
+
+do-install:
+	${INSTALL_PROGRAM_DIR} ${DESTDIR}${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/2048 ${DESTDIR}${PREFIX}/bin
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/2048-c/PLIST b/2048-c/PLIST
new file mode 100644
index 0000000000..74dd895ce3
--- /dev/null
+++ b/2048-c/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/2048
diff --git a/2048-c/distinfo b/2048-c/distinfo
new file mode 100644
index 0000000000..54c75e747b
--- /dev/null
+++ b/2048-c/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (2048-c-20190509-c728fc1fb2bd06ed4465beff323251a0e13ae896.tar.gz) = ce6954fbdd57cc9523cb110f9147ce6cab658b56
+RMD160 (2048-c-20190509-c728fc1fb2bd06ed4465beff323251a0e13ae896.tar.gz) = 1cf94f75165d7d382cf428b68ff3cd29725688fa
+SHA512 (2048-c-20190509-c728fc1fb2bd06ed4465beff323251a0e13ae896.tar.gz) = 32c19287ce88756bc746be3e76a1401fd2be044f90536a6def7dad8768ac470ce91905bca9607f9903a8899ca14e6e8fb79ff8e9b90695974575a502fb5f3f44
+Size (2048-c-20190509-c728fc1fb2bd06ed4465beff323251a0e13ae896.tar.gz) = 15157 bytes
diff --git a/Makefile b/Makefile
index 580b8ba915..c27431f180 100644
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,7 @@ COMMENT=	WIP pkgsrc packages
 
 SUBDIR+=	0ad
 SUBDIR+=	0ad-data
+SUBDIR+=	2048-c
 SUBDIR+=	389-ds-base
 SUBDIR+=	3dsconv
 SUBDIR+=	7kaa


Home | Main Index | Thread Index | Old Index