pkgsrc/devel/go-flags-svent/Makefile
wiz af5f68c040 Import go-flags-svent-0.0.20141123 as devel/go-flags-svent.
This library provides similar functionality to the builtin flag
library of go, but provides much more functionality and nicer
formatting. From the documentation:

Package flags provides an extensive command line option parser.
The flags package is similar in functionality to the go builtin
flag package but provides more options and uses reflection to
provide a convenient and succinct way of specifying command line
options.
2015-12-27 20:37:11 +00:00

24 lines
647 B
Makefile

# $NetBSD: Makefile,v 1.1 2015/12/27 20:37:11 wiz Exp $
DISTNAME= go-flags-svent-0.0.20141123
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=svent/}
GITHUB_PROJECT= go-flags
GITHUB_TAG= 4bcbad344f0318adaf7aabc16929701459009aa3
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/svent/go-flags/
COMMENT= Go command line option parser (svent fork)
LICENSE= modified-bsd
WRKSRC= ${WRKDIR}
GO_DIST_BASE= ${GITHUB_PROJECT}-${GITHUB_TAG}
GO_SRCPATH= github.com/svent/go-flags
REPLACE_SH= check_crosscompile.sh
pre-configure:
${RM} -rf ${WRKSRC}/examples
.include "../../lang/go/go-package.mk"
.include "../../mk/bsd.pkg.mk"