aboutsummaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-01-11 12:42:11 +0300
committerCem Keylan <cem@ckyln.com>2020-01-11 12:42:11 +0300
commit5b560feb37fb7b0b57af9f2d8a51883c3fda0145 (patch)
treea98991a079cb8551c81bd221cf8b5af190483f26 /testing
parent60b00aa20d5199d8b351794cd4590048f925af03 (diff)
downloadrepository-5b560feb37fb7b0b57af9f2d8a51883c3fda0145.tar.gz
libpsl: add to testing
Diffstat (limited to 'testing')
-rwxr-xr-xtesting/libpsl/build6
-rw-r--r--testing/libpsl/checksums1
-rw-r--r--testing/libpsl/depends1
-rw-r--r--testing/libpsl/sources1
-rw-r--r--testing/libpsl/version1
5 files changed, 10 insertions, 0 deletions
diff --git a/testing/libpsl/build b/testing/libpsl/build
new file mode 100755
index 00000000..40e40f93
--- /dev/null
+++ b/testing/libpsl/build
@@ -0,0 +1,6 @@
+#!/bin/sh -e
+
+sed -i 's#env python#&3#' src/psl-make-dafsa
+./configure --prefix=/usr
+make
+make DESTDIR="$1" install
diff --git a/testing/libpsl/checksums b/testing/libpsl/checksums
new file mode 100644
index 00000000..96e852b9
--- /dev/null
+++ b/testing/libpsl/checksums
@@ -0,0 +1 @@
+41bd1c75a375b85c337b59783f5deb93dbb443fb0a52d257f403df7bd653ee12 libpsl-0.21.0.tar.gz
diff --git a/testing/libpsl/depends b/testing/libpsl/depends
new file mode 100644
index 00000000..26f0352a
--- /dev/null
+++ b/testing/libpsl/depends
@@ -0,0 +1 @@
+libidn2
diff --git a/testing/libpsl/sources b/testing/libpsl/sources
new file mode 100644
index 00000000..8024918a
--- /dev/null
+++ b/testing/libpsl/sources
@@ -0,0 +1 @@
+https://github.com/rockdaboot/libpsl/releases/download/libpsl-0.21.0/libpsl-0.21.0.tar.gz
diff --git a/testing/libpsl/version b/testing/libpsl/version
new file mode 100644
index 00000000..351346bd
--- /dev/null
+++ b/testing/libpsl/version
@@ -0,0 +1 @@
+0.21.0 1