freebsd-ports/sysutils/pass-update/Makefile
Steve Wills 85f9f0fdfb sysutils/pass-update: create port
A pass extension that provides an easy flow for updating passwords.

WWW: https://github.com/roddhjav/pass-update

PR:		241252
Submitted by:	Adam Jimerson <vendion@gmail.com>
2019-11-09 02:52:00 +00:00

34 lines
795 B
Makefile

# $FreeBSD$
PORTNAME= pass-update
DISTVERSIONPREFIX= v
DISTVERSION= 2.1
CATEGORIES= sysutils
MAINTAINER= vendion@gmail.com
COMMENT= Pass extension that provides an easy flow for updating passwords
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=${MANPREFIX}/man
PLIST_FILES= libexec/password-store/extensions/update.bash \
man/man1/pass-update.1.gz \
share/bash-completions/completions/pass-update \
share/zsh/site-functions/_pass-update
.include <bsd.port.mk>