diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-17 14:34:11 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-17 14:34:11 +0300 |
commit | fb6b185ea2949c666a7a2c4666e772f02560cf4b (patch) | |
tree | 3581a1d41eb4ffe7d6ca496bf9b269aa9625ef9b /community | |
parent | 34dbdc5d2372b36773d2c8f7be4776e0d92c9518 (diff) | |
download | repository-fb6b185ea2949c666a7a2c4666e772f02560cf4b.tar.gz |
pass: added to community
Diffstat (limited to 'community')
-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 |