password-store: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-03-08 18:43:30 +00:00
parent 55166caed6
commit 28bda93028
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 33 deletions

View File

@ -1,13 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/pass
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/password-store/
drwxr-xr-x root/root usr/lib/password-store/extensions/
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/bash-completion/
drwxr-xr-x root/root usr/share/bash-completion/completions/
-rw-r--r-- root/root usr/share/bash-completion/completions/pass
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/pass.1.gz

View File

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

View File

@ -1,15 +0,0 @@
# 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
name=password-store
version=1.7.3
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
}