ansilove: add GITHUB_RELEASE directive and enable test suite.
This commit is contained in:
parent
55897089d0
commit
62978f0eff
1 changed files with 4 additions and 1 deletions
|
@ -1,8 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.15 2020/02/17 14:44:54 fcambus Exp $
|
||||
# $NetBSD: Makefile,v 1.16 2020/03/30 10:53:56 fcambus Exp $
|
||||
|
||||
DISTNAME= ansilove-4.1.0
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=ansilove/}
|
||||
GITHUB_RELEASE= ${PKGVERSION_NOREV}
|
||||
|
||||
MAINTAINER= fcambus@NetBSD.org
|
||||
HOMEPAGE= https://www.ansilove.org/
|
||||
|
@ -12,5 +13,7 @@ LICENSE= 2-clause-bsd
|
|||
USE_LANGUAGES= c99
|
||||
USE_CMAKE= yes
|
||||
|
||||
TEST_TARGET= test
|
||||
|
||||
.include "../../graphics/libansilove/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue