apache, nginx, tor, fdisk

This commit is contained in:
2026-02-21 18:03:07 +01:00
parent 6559569986
commit 917ffadc6a
17 changed files with 114 additions and 17 deletions

11
packages/libnghttp2.shrap Normal file
View File

@@ -0,0 +1,11 @@
(package
(name "libnghttp2")
(version "1.68.0")
(homepage "https://nghttp2.org/")
(dependencies make)
(src (tar
(url "https://github.com/nghttp2/nghttp2/releases/download/v1.68.0/nghttp2-1.68.0.tar.gz")
(dir "nghttp2-1.68.0")
(blake3 "1894c685f2aaad1112757fdb525bbd2305ddda3975b0cdb68a80d36184934093")))
(build
(configure_make)))