password-store: adopted

This commit is contained in:
Matt Housh 2021-05-22 12:43:37 -05:00
parent 3635658305
commit f6b160881e
2 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF30KA09CiAnI4w3ApP31uBT24BTIsPLpixjvdBEtGDu3RI67LX2xuGxvjbcEmp/ZUH7ApxWtYOnJHcGu4BSytEgs=
SHA256 (Pkgfile) = e74df4af711fafdf1b188716dca8fd94bc14581c291e029977ba7f1fed86ab2d
RWSagIOpLGJF3zl2CibVHR1dXuBZQUQM5sAEoC4X24i1/C/vJHb6PZxJF2UNM0tL5hyZCUN8jLOKE/z7QfHQ/F3IGfTBB25AngE=
SHA256 (Pkgfile) = 1a4c29f75348d056630230d26b53d16192b4cce0206f05dee173216c58d783d8
SHA256 (.footprint) = 36c556857a5439b234552b25b178a828a35a668c38ca308bc0f2022e3ba57a98
SHA256 (password-store-1.7.3.tar.xz) = 2b6c65846ebace9a15a118503dcd31b6440949a30d3b5291dfb5b1615b99a3f4

View File

@ -1,8 +1,8 @@
# Description: Simple password manager using gpg and ordinary unix directories.
# URL: https://www.passwordstore.org/
# Maintainer: Fredrik Rinnestam, fredrik at rinnestam dot se
# Depends on: gnupg, git, pwgen, tree
# Nice to have: xclip, xsel
# Description: Simple password manager using gpg and ordinary unix directories
# URL: https://www.passwordstore.org/
# Maintainer: Matt Housh, jaeger at crux dot ninja
# Depends on: gnupg git pwgen tree
# Nice to have: xclip xsel
name=password-store
version=1.7.3
@ -10,6 +10,6 @@ release=1
source=(https://git.zx2c4.com/password-store/snapshot/password-store-$version.tar.xz)
build() {
cd $name-$version
FORCE_BASHCOMP=1 make DESTDIR=$PKG BASHCOMP_PATH=$PKG/etc/bash_completion.d install
cd $name-$version
FORCE_BASHCOMP=1 make DESTDIR=$PKG BASHCOMP_PATH=$PKG/etc/bash_completion.d install
}