commit 60b00aa20d5199d8b351794cd4590048f925af03 parent 037de86e9344734ae5fbac75b1e2cfb57c64244b Author: Cem Keylan <cem@ckyln.com> Date: Sat, 11 Jan 2020 12:41:39 +0300 libidn2: add to testing Diffstat:
A | testing/libidn2/build | | | 5 | +++++ |
A | testing/libidn2/checksums | | | 1 | + |
A | testing/libidn2/depends | | | 1 | + |
A | testing/libidn2/sources | | | 1 | + |
A | testing/libidn2/version | | | 1 | + |
5 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/testing/libidn2/build b/testing/libidn2/build @@ -0,0 +1,5 @@ +#!/bin/sh -e + +./configure --prefix=/usr +make +make DESTDIR="$1" install diff --git a/testing/libidn2/checksums b/testing/libidn2/checksums @@ -0,0 +1 @@ +e1cb1db3d2e249a6a3eb6f0946777c2e892d5c5dc7bd91c74394fc3a01cab8b5 libidn2-2.3.0.tar.gz diff --git a/testing/libidn2/depends b/testing/libidn2/depends @@ -0,0 +1 @@ +libunistring diff --git a/testing/libidn2/sources b/testing/libidn2/sources @@ -0,0 +1 @@ +https://ftp.gnu.org/gnu/libidn/libidn2-2.3.0.tar.gz diff --git a/testing/libidn2/version b/testing/libidn2/version @@ -0,0 +1 @@ +2.3.0 1