diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-17 01:05:08 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-17 01:05:08 +0300 |
commit | a25c9b9a4254187fce9d424fa31de0eec35f5ff3 (patch) | |
tree | 0a62ce4f05aaa141fb43fdb488393f8c0cb4eb63 /extra/gnupg2 | |
parent | ce3edaad5bfa7b9c0e79f88a41d9faa092c4cb66 (diff) | |
download | repository-a25c9b9a4254187fce9d424fa31de0eec35f5ff3.tar.gz |
move gpg2 toolchain to extra
Diffstat (limited to 'extra/gnupg2')
-rwxr-xr-x | extra/gnupg2/build | 7 | ||||
-rw-r--r-- | extra/gnupg2/checksums | 1 | ||||
-rw-r--r-- | extra/gnupg2/depends | 5 | ||||
-rw-r--r-- | extra/gnupg2/sources | 1 | ||||
-rw-r--r-- | extra/gnupg2/version | 1 |
5 files changed, 15 insertions, 0 deletions
diff --git a/extra/gnupg2/build b/extra/gnupg2/build new file mode 100755 index 00000000..64c03174 --- /dev/null +++ b/extra/gnupg2/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure --prefix=/usr + +make + +make DESTDIR="$1" install diff --git a/extra/gnupg2/checksums b/extra/gnupg2/checksums new file mode 100644 index 00000000..6ad87101 --- /dev/null +++ b/extra/gnupg2/checksums @@ -0,0 +1 @@ +242554c0e06f3a83c420b052f750b65ead711cc3fddddb5e7274fcdbb4e9dec0 gnupg-2.2.19.tar.bz2 diff --git a/extra/gnupg2/depends b/extra/gnupg2/depends new file mode 100644 index 00000000..12042727 --- /dev/null +++ b/extra/gnupg2/depends @@ -0,0 +1,5 @@ +libgpg-error +libgcrypt +libksba +libassuan +npth diff --git a/extra/gnupg2/sources b/extra/gnupg2/sources new file mode 100644 index 00000000..6c4164d5 --- /dev/null +++ b/extra/gnupg2/sources @@ -0,0 +1 @@ +https://gnupg.org/ftp/gcrypt/gnupg/gnupg-2.2.19.tar.bz2 diff --git a/extra/gnupg2/version b/extra/gnupg2/version new file mode 100644 index 00000000..91ef03a7 --- /dev/null +++ b/extra/gnupg2/version @@ -0,0 +1 @@ +2.2.19 1 |