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

Console version of the game "2048".
This commit is contained in:
Leonardo Taccari 2019-05-25 03:02:20 +02:00
parent ba7054765d
commit e3e72c1980
5 changed files with 34 additions and 0 deletions

1
2048-c/DESCR Normal file
View File

@ -0,0 +1 @@
Console version of the game "2048".

24
2048-c/Makefile Normal file
View File

@ -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
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"

2
2048-c/PLIST Normal file
View File

@ -0,0 +1,2 @@
@comment $NetBSD$
bin/2048

6
2048-c/distinfo Normal file
View File

@ -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

View File

@ -4,6 +4,7 @@ COMMENT= WIP pkgsrc packages
SUBDIR+= 0ad
SUBDIR+= 0ad-data
SUBDIR+= 2048-c
SUBDIR+= 389-ds-base
SUBDIR+= 3dsconv
SUBDIR+= 7kaa