aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-09-24 13:32:07 +0300
committerCem Keylan <cem@ckyln.com>2021-09-24 13:32:07 +0300
commitf0f0ba989b5e0cec0cac5589bc9192f8262e9b1e (patch)
treee2fe5e0cfb24d891c58bb89c88b98a312a1d3851
parent9dd254de0820f79524a755f69c9564898edb0ddc (diff)
downloadrepository-f0f0ba989b5e0cec0cac5589bc9192f8262e9b1e.tar.gz
libnghttp2: add new package at 1.45.1 [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, 19 insertions, 0 deletions
diff --git a/testing/libnghttp2/build b/testing/libnghttp2/build
new file mode 100755
index 00000000..a1bc15c9
--- /dev/null
+++ b/testing/libnghttp2/build
@@ -0,0 +1,12 @@
+#!/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
new file mode 100644
index 00000000..b8ac8524
--- /dev/null
+++ b/testing/libnghttp2/checksums
@@ -0,0 +1,2 @@
+%BLAKE3
+14daf804db5d2c7b5d9254e5161153d2471dd16bccdbc68bc02020725c0d0562 nghttp2-1.45.1.tar.xz
diff --git a/testing/libnghttp2/meta b/testing/libnghttp2/meta
new file mode 100644
index 00000000..8a488f7e
--- /dev/null
+++ b/testing/libnghttp2/meta
@@ -0,0 +1,3 @@
+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
new file mode 100644
index 00000000..9fdea363
--- /dev/null
+++ b/testing/libnghttp2/sources
@@ -0,0 +1 @@
+https://github.com/nghttp2/nghttp2/releases/download/v1.45.1/nghttp2-1.45.1.tar.xz
diff --git a/testing/libnghttp2/version b/testing/libnghttp2/version
new file mode 100644
index 00000000..fccfa9b8
--- /dev/null
+++ b/testing/libnghttp2/version
@@ -0,0 +1 @@
+1.45.1 1