aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/pass-update/Makefile
blob: f2f3a6e0aa17520c142bb1b289fe499fd3292115 (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
28
29
30
31
32
33
34
PORTNAME=	pass-update
DISTVERSIONPREFIX=	v
DISTVERSION=	2.1
PORTREVISION=	1
CATEGORIES=	sysutils

MAINTAINER=	vendion@gmail.com
COMMENT=	Pass extension that provides an easy flow for updating passwords
WWW=		https://github.com/roddhjav/pass-update

LICENSE=	GPLv3+
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	bash:shells/bash \
		pass:sysutils/password-store

USES=		gmake shebangfix
USE_GITHUB=	YES
GH_ACCOUNT=	roddhjav
SHEBANG_FILES=	tests/*.sh update.bash

NO_ARCH=	yes
NO_BUILD=	yes
MAKE_ENV=	BASHCOMPDIR=${PREFIX}/share/bash-completions/completions \
		DESTDIR=${STAGEDIR} \
		LIBDIR=${PREFIX}/libexec \
		MANDIR=${PREFIX}/share/man

PLIST_FILES=	libexec/password-store/extensions/update.bash \
		share/man/man1/pass-update.1.gz \
		share/bash-completions/completions/pass-update \
		share/zsh/site-functions/_pass-update

.include <bsd.port.mk>