aboutsummaryrefslogtreecommitdiff
path: root/sysutils/sake/Makefile
blob: c0dedf88ce42acaf9b12796b5862e9cd88c09bb6 (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
27
PORTNAME=	sake
PORTVERSION=	0.15.1
DISTVERSIONPREFIX=	v
PORTREVISION=	5
CATEGORIES=	sysutils

MAINTAINER=	ehaupt@FreeBSD.org
COMMENT=	Task runner for local and remote hosts
WWW=		https://sakecli.com/

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		go:modules
USE_GITHUB=	yes
GH_ACCOUNT=	alajmo

GO_MODULE=	github.com/${GH_ACCOUNT}/${PORTNAME}

PLIST_FILES=	bin/sake \
		share/man/man1/sake.1.gz

post-install:
	${INSTALL_MAN} ${WRKSRC}/core/sake.1 \
		${STAGEDIR}${PREFIX}/share/man/man1

.include <bsd.port.mk>