diff options
author | Cem Keylan <cem@ckyln.com> | 2020-01-28 23:07:32 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-01-28 23:07:32 +0300 |
commit | d50820b4a7e888c58c20bf2c092b6c14f20498e7 (patch) | |
tree | 51326d90f1322b018d0e76197f86dedafbfba914 /extra/libpsl | |
parent | 3135674cda64e735629f7eb9f4d2f3e4d702ffe7 (diff) | |
download | repository-d50820b4a7e888c58c20bf2c092b6c14f20498e7.tar.gz |
webkit-friends: move to extra
Diffstat (limited to 'extra/libpsl')
-rwxr-xr-x | extra/libpsl/build | 7 | ||||
-rw-r--r-- | extra/libpsl/checksums | 1 | ||||
-rw-r--r-- | extra/libpsl/depends | 2 | ||||
-rw-r--r-- | extra/libpsl/sources | 1 | ||||
-rw-r--r-- | extra/libpsl/version | 1 |
5 files changed, 12 insertions, 0 deletions
diff --git a/extra/libpsl/build b/extra/libpsl/build new file mode 100755 index 00000000..6daf22f8 --- /dev/null +++ b/extra/libpsl/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install diff --git a/extra/libpsl/checksums b/extra/libpsl/checksums new file mode 100644 index 00000000..96e852b9 --- /dev/null +++ b/extra/libpsl/checksums @@ -0,0 +1 @@ +41bd1c75a375b85c337b59783f5deb93dbb443fb0a52d257f403df7bd653ee12 libpsl-0.21.0.tar.gz diff --git a/extra/libpsl/depends b/extra/libpsl/depends new file mode 100644 index 00000000..29c6b764 --- /dev/null +++ b/extra/libpsl/depends @@ -0,0 +1,2 @@ +icu +python make diff --git a/extra/libpsl/sources b/extra/libpsl/sources new file mode 100644 index 00000000..8024918a --- /dev/null +++ b/extra/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/extra/libpsl/version b/extra/libpsl/version new file mode 100644 index 00000000..c8ffed3a --- /dev/null +++ b/extra/libpsl/version @@ -0,0 +1 @@ +0.21.0 2 |