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/libjansson.shrap Normal file
View File

@@ -0,0 +1,11 @@
(package
(name "libjansson")
(version "2.15.0")
(homepage "https://github.com/akheron/jansson")
(dependencies make)
(src (tar
(url "https://github.com/akheron/jansson/releases/download/v2.15.0/jansson-2.15.0.tar.gz")
(dir "jansson-2.15.0")
(blake3 "53432e6ba17b7ad7640c397c5f382eb2d6dbb7f22d13f04078454c7a6affe4bd")))
(build
(configure_make)))