aboutsummaryrefslogtreecommitdiff
path: root/testing/pinentry/build
diff options
context:
space:
mode:
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