From a40640749a2c4138f2f7d93b5c8bbdc37b9b6e6f Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 16 Dec 2019 22:07:30 +0300 Subject: gnupg2: add package to testing --- testing/gnupg2/build | 7 +++++++ testing/gnupg2/checksums | 1 + testing/gnupg2/depends | 5 +++++ testing/gnupg2/sources | 1 + testing/gnupg2/version | 1 + 5 files changed, 15 insertions(+) create mode 100755 testing/gnupg2/build create mode 100644 testing/gnupg2/checksums create mode 100644 testing/gnupg2/depends create mode 100644 testing/gnupg2/sources create mode 100644 testing/gnupg2/version (limited to 'testing') diff --git a/testing/gnupg2/build b/testing/gnupg2/build new file mode 100755 index 00000000..64c03174 --- /dev/null +++ b/testing/gnupg2/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure --prefix=/usr + +make + +make DESTDIR="$1" install diff --git a/testing/gnupg2/checksums b/testing/gnupg2/checksums new file mode 100644 index 00000000..6ad87101 --- /dev/null +++ b/testing/gnupg2/checksums @@ -0,0 +1 @@ +242554c0e06f3a83c420b052f750b65ead711cc3fddddb5e7274fcdbb4e9dec0 gnupg-2.2.19.tar.bz2 diff --git a/testing/gnupg2/depends b/testing/gnupg2/depends new file mode 100644 index 00000000..12042727 --- /dev/null +++ b/testing/gnupg2/depends @@ -0,0 +1,5 @@ +libgpg-error +libgcrypt +libksba +libassuan +npth diff --git a/testing/gnupg2/sources b/testing/gnupg2/sources new file mode 100644 index 00000000..6c4164d5 --- /dev/null +++ b/testing/gnupg2/sources @@ -0,0 +1 @@ +https://gnupg.org/ftp/gcrypt/gnupg/gnupg-2.2.19.tar.bz2 diff --git a/testing/gnupg2/version b/testing/gnupg2/version new file mode 100644 index 00000000..91ef03a7 --- /dev/null +++ b/testing/gnupg2/version @@ -0,0 +1 @@ +2.2.19 1 -- cgit v1.2.3