commit 85a909c12bbb97fbd6fe02d026b7c7bac0dce27f parent a40640749a2c4138f2f7d93b5c8bbdc37b9b6e6f Author: Cem Keylan <cem@ckyln.com> Date: Mon, 16 Dec 2019 22:08:02 +0300 pinentry: add package to testing Diffstat:
A | testing/pinentry/build | | | 9 | +++++++++ |
A | testing/pinentry/checksums | | | 1 | + |
A | testing/pinentry/sources | | | 1 | + |
A | testing/pinentry/version | | | 1 | + |
4 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/testing/pinentry/build 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 @@ -0,0 +1 @@ +68076686fa724a290ea49cdf0d1c0c1500907d1b759a3bcbfbec0293e8f56570 pinentry-1.1.0.tar.bz2 diff --git a/testing/pinentry/sources 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 @@ -0,0 +1 @@ +1.1.0 1