aboutsummaryrefslogtreecommitdiff
path: root/testing/pinentry/build
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/pinentry/build
parenta40640749a2c4138f2f7d93b5c8bbdc37b9b6e6f (diff)
downloadrepository-85a909c12bbb97fbd6fe02d026b7c7bac0dce27f.tar.gz
pinentry: add package to testing
Diffstat (limited to 'testing/pinentry/build')
-rwxr-xr-xtesting/pinentry/build9
1 files changed, 9 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