From 85a909c12bbb97fbd6fe02d026b7c7bac0dce27f Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 16 Dec 2019 22:08:02 +0300 Subject: pinentry: add package to testing --- testing/pinentry/build | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 testing/pinentry/build (limited to 'testing/pinentry/build') 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 -- cgit v1.2.3