diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-03 14:32:36 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-03 14:32:36 +0000 |
| commit | 93a354611e38a6949add5c2e5ccc93ef79b9755f (patch) | |
| tree | 7fee41752b1047d74c59f8ee046cd62735e7e934 /nghttp2 | |
| parent | 35912580b66e9439f91ea441938828ad8aa33b0d (diff) | |
| download | alicelinux-93a354611e38a6949add5c2e5ccc93ef79b9755f.tar.gz alicelinux-93a354611e38a6949add5c2e5ccc93ef79b9755f.zip | |
Woodpecker CI 5171f1fdd74e7137c305450dd69a29fa5be4143f [SKIP CI]
Diffstat (limited to 'nghttp2')
| -rw-r--r-- | nghttp2/.checksum | 1 | ||||
| -rw-r--r-- | nghttp2/.files | 21 | ||||
| -rw-r--r-- | nghttp2/abuild | 5 | ||||
| -rw-r--r-- | nghttp2/depends | 1 |
4 files changed, 28 insertions, 0 deletions
diff --git a/nghttp2/.checksum b/nghttp2/.checksum new file mode 100644 index 00000000..fd0d765b --- /dev/null +++ b/nghttp2/.checksum @@ -0,0 +1 @@ +bcd4d47d8d277a0c2bf9316fd05161a338e5f537d6c8272f35ea9ffea06b5f16 nghttp2-1.65.0.tar.xz diff --git a/nghttp2/.files b/nghttp2/.files new file mode 100644 index 00000000..13af5cab --- /dev/null +++ b/nghttp2/.files @@ -0,0 +1,21 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/nghttp2/ +-rw-r--r-- root/root usr/include/nghttp2/nghttp2.h +-rw-r--r-- root/root usr/include/nghttp2/nghttp2ver.h +drwxr-xr-x root/root usr/lib/ +lrwxrwxrwx root/root usr/lib/libnghttp2.so -> libnghttp2.so.14.28.4 +lrwxrwxrwx root/root usr/lib/libnghttp2.so.14 -> libnghttp2.so.14.28.4 +-rwxr-xr-x root/root usr/lib/libnghttp2.so.14.28.4 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/libnghttp2.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/h2load.1.gz +-rw-r--r-- root/root usr/share/man/man1/nghttp.1.gz +-rw-r--r-- root/root usr/share/man/man1/nghttpd.1.gz +-rw-r--r-- root/root usr/share/man/man1/nghttpx.1.gz +drwxr-xr-x root/root usr/share/nghttp2/ +-rwxr-xr-x root/root usr/share/nghttp2/fetch-ocsp-response diff --git a/nghttp2/abuild b/nghttp2/abuild new file mode 100644 index 00000000..f68f3c28 --- /dev/null +++ b/nghttp2/abuild @@ -0,0 +1,5 @@ +name=nghttp2 +version=1.65.0 +release=1 +source="https://github.com/$name/$name/releases/download/v$version/$name-$version.tar.xz" +build_opt="--enable-lib-only" diff --git a/nghttp2/depends b/nghttp2/depends new file mode 100644 index 00000000..eb89cd58 --- /dev/null +++ b/nghttp2/depends @@ -0,0 +1 @@ +libxml2 |