aboutsummaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2019-12-16 22:08:02 +0300
committerCem Keylan <cem@ckyln.com>2019-12-16 22:08:02 +0300
commit85a909c12bbb97fbd6fe02d026b7c7bac0dce27f (patch)
tree08fdb333c86bfa95a42043fcf1bab48e6b531c6a /testing
parenta40640749a2c4138f2f7d93b5c8bbdc37b9b6e6f (diff)
downloadrepository-85a909c12bbb97fbd6fe02d026b7c7bac0dce27f.tar.gz
pinentry: add package to testing
Diffstat (limited to 'testing')
-rwxr-xr-xtesting/pinentry/build9
-rw-r--r--testing/pinentry/checksums1
-rw-r--r--testing/pinentry/sources1
-rw-r--r--testing/pinentry/version1
4 files changed, 12 insertions, 0 deletions
diff --git a/testing/pinentry/build b/testing/pinentry/build
new file mode 100755
index 00000000..c446579f
--- /dev/null
+++ b/testing/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/testing/pinentry/checksums b/testing/pinentry/checksums
new file mode 100644
index 00000000..6a0f2277
--- /dev/null
+++ b/testing/pinentry/checksums
@@ -0,0 +1 @@
+68076686fa724a290ea49cdf0d1c0c1500907d1b759a3bcbfbec0293e8f56570 pinentry-1.1.0.tar.bz2
diff --git a/testing/pinentry/sources b/testing/pinentry/sources
new file mode 100644
index 00000000..11685b66
--- /dev/null
+++ b/testing/pinentry/sources
@@ -0,0 +1 @@
+https://gnupg.org/ftp/gcrypt/pinentry/pinentry-1.1.0.tar.bz2
diff --git a/testing/pinentry/version b/testing/pinentry/version
new file mode 100644
index 00000000..7281bb52
--- /dev/null
+++ b/testing/pinentry/version
@@ -0,0 +1 @@
+1.1.0 1