2048-c: Adjust CATEGORIES and reorder WRKSRC definition

This commit is contained in:
Leonardo Taccari 2019-05-25 12:09:25 +02:00
parent 63241b8fe1
commit 23fb987c94
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# $NetBSD$
DISTNAME= 2048-c-20190509
CATEGORIES= wip
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_GITHUB:=mevdschee/}
GITHUB_PROJECT= 2048.c
GITHUB_TAG= c728fc1fb2bd06ed4465beff323251a0e13ae896
@ -11,12 +11,12 @@ HOMEPAGE= https://github.com/mevdschee/2048.c
COMMENT= Console version of the game 2048
LICENSE= mit
WRKSRC= ${WRKDIR}/${GITHUB_PROJECT}-${GITHUB_TAG}
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