summaryrefslogtreecommitdiff
path: root/password-store
diff options
context:
space:
mode:
authorFredrik Rinnestam <fredrik@crux.nu>2013-11-02 01:33:53 +0100
committerFredrik Rinnestam <fredrik@crux.nu>2013-11-02 01:33:53 +0100
commitb86c3141655b29f2275a844bd7305364e5a91ebc (patch)
treec700025edfc3ebf54dcf37cc07dca01595ab0a46 /password-store
parent428a434484713428df977a478b80f129701d11a9 (diff)
downloadcontrib-b86c3141655b29f2275a844bd7305364e5a91ebc.tar.gz
contrib-b86c3141655b29f2275a844bd7305364e5a91ebc.tar.xz
password-store: initial release
Diffstat (limited to 'password-store')
-rw-r--r--password-store/.footprint11
-rw-r--r--password-store/.md5sum1
-rw-r--r--password-store/Pkgfile15
3 files changed, 27 insertions, 0 deletions
diff --git a/password-store/.footprint b/password-store/.footprint
new file mode 100644
index 000000000..331eb180d
--- /dev/null
+++ b/password-store/.footprint
@@ -0,0 +1,11 @@
+drwxr-xr-x root/root etc/
+drwxr-xr-x root/root etc/bash_completion.d/
+-rw-r--r-- root/root etc/bash_completion.d/password-store
+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/usr/
+drwxr-xr-x root/root usr/usr/man/
+drwxr-xr-x root/root usr/usr/man/man1/
+-rw-r--r-- root/root usr/usr/man/man1/pass.1.gz
diff --git a/password-store/.md5sum b/password-store/.md5sum
new file mode 100644
index 000000000..4f0d907e7
--- /dev/null
+++ b/password-store/.md5sum
@@ -0,0 +1 @@
+c6382dbf5be4036021bf1ce61254b04b password-store-1.4.2.tar.xz
diff --git a/password-store/Pkgfile b/password-store/Pkgfile
new file mode 100644
index 000000000..bfd714402
--- /dev/null
+++ b/password-store/Pkgfile
@@ -0,0 +1,15 @@
+# Description: Simple password manager using gpg and ordinary unix directories.
+# URL: http://zx2c4.com/projects/password-store/
+# Maintainer: Fredrik Rinnestam, fredrik at rinnestam dot se
+# Depends on: gnupg, git, pwgen, xclip
+
+name=password-store
+version=1.4.2
+release=1
+source=(http://git.zx2c4.com/password-store/snapshot/password-store-$version.tar.xz)
+
+build() {
+ cd $name-$version
+ sed -i 's/share/usr/g' Makefile
+ make DESTDIR=$PKG install
+}

Generated by cgit