summaryrefslogtreecommitdiff
path: root/devel/shunit2/Makefile
blob: f2e155d1a0c53b5b6825143360aa5404455f9cfa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $NetBSD: Makefile,v 1.1 2017/07/04 10:06:56 jperkin Exp $

DISTNAME=	shunit2-2.1.6
CATEGORIES=	devel
MASTER_SITES=	https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/shunit2/
EXTRACT_SUFX=	.tgz

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://github.com/kward/shunit2
COMMENT=	Unit test framework for Bourne based shell scripts
LICENSE=	gnu-lgpl-v2.1

USE_LANGUAGES=	# none

NO_BUILD=	yes

INSTALLATION_DIRS=	bin

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/src/shunit2 ${DESTDIR}${PREFIX}/bin/shunit2

.include "../../mk/bsd.pkg.mk"