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>
This commit is contained in:
Steve Wills 2019-11-09 02:52:00 +00:00
parent 1ae3e8e6f2
commit 85f9f0fdfb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=517101
4 changed files with 41 additions and 0 deletions

View File

@ -855,6 +855,7 @@
SUBDIR += parallel
SUBDIR += pass-otp
SUBDIR += password-store
SUBDIR += password-update
SUBDIR += passwordsafe
SUBDIR += patchelf
SUBDIR += pax-utils

View File

@ -0,0 +1,34 @@
# $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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1569034699
SHA256 (roddhjav-pass-update-v2.1_GH0.tar.gz) = 2b0022102238e022e7ee945b7622f4c270810cda46508084fcb193582aafaf6f
SIZE (roddhjav-pass-update-v2.1_GH0.tar.gz) = 46200

View File

@ -0,0 +1,3 @@
A pass extension that provides an easy flow for updating passwords.
WWW: https://github.com/roddhjav/pass-update