aboutsummaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2022-09-26 19:56:53 +0200
committerCem Keylan <cem@ckyln.com>2022-09-26 19:56:53 +0200
commit5611af0eefa6cd13aeb52f10b26b075add7fe0a8 (patch)
tree6bde97d620d157c153bd4e0e476af3abf502b986 /testing
parent99b60befa9ba1b4ceec557e3bc05369019d4d71b (diff)
downloadrepository-5611af0eefa6cd13aeb52f10b26b075add7fe0a8.tar.gz
libnghttp2: move to extra
Diffstat (limited to 'testing')
-rwxr-xr-xtesting/libnghttp2/build12
-rw-r--r--testing/libnghttp2/checksums2
-rw-r--r--testing/libnghttp2/meta3
-rw-r--r--testing/libnghttp2/sources1
-rw-r--r--testing/libnghttp2/version1
5 files changed, 0 insertions, 19 deletions
diff --git a/testing/libnghttp2/build b/testing/libnghttp2/build
deleted file mode 100755
index dc08efc4..00000000
--- a/testing/libnghttp2/build
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh -e
-
-./configure \
- --prefix=/usr \
- --enable-lib-only
-
-make
-make DESTDIR="$1" install
-
-# Even when only installing libraries, the build system installs manual pages
-# and documentation for the utilities.
-rm -r "${1:?}/usr/share"
diff --git a/testing/libnghttp2/checksums b/testing/libnghttp2/checksums
deleted file mode 100644
index 8e64f11e..00000000
--- a/testing/libnghttp2/checksums
+++ /dev/null
@@ -1,2 +0,0 @@
-%BLAKE3
-9ecfd5a01f89580ca1b382af77292022bd45bad0b5eccd9bc793a0114457e674 nghttp2-1.49.0.tar.xz
diff --git a/testing/libnghttp2/meta b/testing/libnghttp2/meta
deleted file mode 100644
index 8a488f7e..00000000
--- a/testing/libnghttp2/meta
+++ /dev/null
@@ -1,3 +0,0 @@
-description: Framing layer of HTTP/2 implemented as a form of reusable C library
-license: MIT
-maintainer: Cem Keylan <cem@carbslinux.org>
diff --git a/testing/libnghttp2/sources b/testing/libnghttp2/sources
deleted file mode 100644
index 5c4092ec..00000000
--- a/testing/libnghttp2/sources
+++ /dev/null
@@ -1 +0,0 @@
-https://github.com/nghttp2/nghttp2/releases/download/v1.49.0/nghttp2-1.49.0.tar.xz
diff --git a/testing/libnghttp2/version b/testing/libnghttp2/version
deleted file mode 100644
index 4f719e4a..00000000
--- a/testing/libnghttp2/version
+++ /dev/null
@@ -1 +0,0 @@
-1.49.0 1