pkgsrc-wip/pkg-dev/Makefile

27 lines
633 B
Makefile

# $NetBSD$
DISTNAME= pkg-dev-0.3.0
CATEGORIES= pkgtools
MASTER_SITES= ${MASTER_SITE_GITHUB:=outpaddling/}
MAINTAINER= bacon@NetBSD.org
HOMEPAGE= https://github.com/outpaddling/pkg-dev
COMMENT= Scripts to automate common tasks in pkgsrc development
LICENSE= 2-clause-bsd
USE_LANGUAGES= # none
DEPENDS= pkglint>0:../../pkgtools/pkglint
DEPENDS+= pkgdiff>0:../../pkgtools/pkgdiff
DEPENDS+= createbuildlink>0:../../pkgtools/createbuildlink
DEPENDS+= auto-admin>0:../../wip/auto-admin
NO_BUILD= yes
INSTALLATION_DIRS= sbin
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/Scripts/* ${DESTDIR}${PREFIX}/sbin
.include "../../mk/bsd.pkg.mk"