aboutsummaryrefslogtreecommitdiff
path: root/testing/gnupg2/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2019-12-16 22:07:30 +0300
committerCem Keylan <cem@ckyln.com>2019-12-16 22:07:30 +0300
commita40640749a2c4138f2f7d93b5c8bbdc37b9b6e6f (patch)
treef17493b76508712ef5c9d272e4b1dbb241018473 /testing/gnupg2/build
parent8f0b0a9f45a8c1a4a9e34ade94682bf953d516ad (diff)
downloadrepository-a40640749a2c4138f2f7d93b5c8bbdc37b9b6e6f.tar.gz
gnupg2: add package to testing
Diffstat (limited to 'testing/gnupg2/build')
-rwxr-xr-xtesting/gnupg2/build7
1 files changed, 7 insertions, 0 deletions
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