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 +++++++++ testing/pinentry/checksums | 1 + testing/pinentry/sources | 1 + testing/pinentry/version | 1 + 4 files changed, 12 insertions(+) create mode 100755 testing/pinentry/build create mode 100644 testing/pinentry/checksums create mode 100644 testing/pinentry/sources create mode 100644 testing/pinentry/version (limited to 'testing') 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 -- cgit v1.2.3