diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-17 01:05:08 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-17 01:05:08 +0300 |
commit | a25c9b9a4254187fce9d424fa31de0eec35f5ff3 (patch) | |
tree | 0a62ce4f05aaa141fb43fdb488393f8c0cb4eb63 /extra/pinentry | |
parent | ce3edaad5bfa7b9c0e79f88a41d9faa092c4cb66 (diff) | |
download | repository-a25c9b9a4254187fce9d424fa31de0eec35f5ff3.tar.gz |
move gpg2 toolchain to extra
Diffstat (limited to 'extra/pinentry')
-rwxr-xr-x | extra/pinentry/build | 9 | ||||
-rw-r--r-- | extra/pinentry/checksums | 1 | ||||
-rw-r--r-- | extra/pinentry/depends | 1 | ||||
-rw-r--r-- | extra/pinentry/sources | 1 | ||||
-rw-r--r-- | extra/pinentry/version | 1 |
5 files changed, 13 insertions, 0 deletions
diff --git a/extra/pinentry/build b/extra/pinentry/build new file mode 100755 index 00000000..c446579f --- /dev/null +++ b/extra/pinentry/build @@ -0,0 +1,9 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --enable-pinentry-tty \ + --enable-pinentry-curses + +make +make DESTDIR="$1" install diff --git a/extra/pinentry/checksums b/extra/pinentry/checksums new file mode 100644 index 00000000..6a0f2277 --- /dev/null +++ b/extra/pinentry/checksums @@ -0,0 +1 @@ +68076686fa724a290ea49cdf0d1c0c1500907d1b759a3bcbfbec0293e8f56570 pinentry-1.1.0.tar.bz2 diff --git a/extra/pinentry/depends b/extra/pinentry/depends new file mode 100644 index 00000000..6a470ffa --- /dev/null +++ b/extra/pinentry/depends @@ -0,0 +1 @@ +ncurses diff --git a/extra/pinentry/sources b/extra/pinentry/sources new file mode 100644 index 00000000..11685b66 --- /dev/null +++ b/extra/pinentry/sources @@ -0,0 +1 @@ +https://gnupg.org/ftp/gcrypt/pinentry/pinentry-1.1.0.tar.bz2 diff --git a/extra/pinentry/version b/extra/pinentry/version new file mode 100644 index 00000000..cc57f911 --- /dev/null +++ b/extra/pinentry/version @@ -0,0 +1 @@ +1.1.0 2 |