aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/submodules2tuple/Makefile
blob: 2d8ad9a6ecf70a6468fbe0781c3f9e5a1d509616 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
PORTNAME=	submodules2tuple
PORTVERSION=	1.0.0
DISTVERSIONPREFIX=	v
CATEGORIES=	ports-mgmt

MAINTAINER=	ehaupt@FreeBSD.org
COMMENT=	GH_TUPLE generator for GitHub projects with submodules
WWW=		https://github.com/ehaupt/submodules2tuple

LICENSE=	BSD3CLAUSE

RUN_DEPENDS=	bash:shells/bash

USE_GITHUB=	yes
GH_ACCOUNT=	ehaupt

NO_ARCH=	yes
NO_BUILD=	yes

PLIST_FILES=	bin/submodules2tuple

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/scripts/submodules2tuple \
		${STAGEDIR}${PREFIX}/bin

.include <bsd.port.mk>