diff options
Diffstat (limited to 'community/pass')
-rwxr-xr-x | community/pass/build | 3 | ||||
-rw-r--r-- | community/pass/checksums | 1 | ||||
-rw-r--r-- | community/pass/depends | 4 | ||||
-rw-r--r-- | community/pass/sources | 1 | ||||
-rw-r--r-- | community/pass/version | 1 |
5 files changed, 10 insertions, 0 deletions
diff --git a/community/pass/build b/community/pass/build new file mode 100755 index 00000000..08374058 --- /dev/null +++ b/community/pass/build @@ -0,0 +1,3 @@ +#!/bin/sh -e + +make PREFIX=/usr DESTDIR="$1" install diff --git a/community/pass/checksums b/community/pass/checksums new file mode 100644 index 00000000..47900599 --- /dev/null +++ b/community/pass/checksums @@ -0,0 +1 @@ +2b6c65846ebace9a15a118503dcd31b6440949a30d3b5291dfb5b1615b99a3f4 password-store-1.7.3.tar.xz diff --git a/community/pass/depends b/community/pass/depends new file mode 100644 index 00000000..a69aea2a --- /dev/null +++ b/community/pass/depends @@ -0,0 +1,4 @@ +xclip +gnupg2 +bash +tree diff --git a/community/pass/sources b/community/pass/sources new file mode 100644 index 00000000..0a0f7713 --- /dev/null +++ b/community/pass/sources @@ -0,0 +1 @@ +http://git.zx2c4.com/password-store/snapshot/password-store-1.7.3.tar.xz diff --git a/community/pass/version b/community/pass/version new file mode 100644 index 00000000..8dca8550 --- /dev/null +++ b/community/pass/version @@ -0,0 +1 @@ +1.7.3 1 |