5 stage go bootstrap, clamav

This commit is contained in:
2026-02-19 15:55:10 +01:00
parent 2f35f407c6
commit e9b5a0084c
13 changed files with 125 additions and 4 deletions

12
packages/libjson-c.shrap Normal file
View File

@@ -0,0 +1,12 @@
(package
(name "libjson-c")
(version "0.18")
(homepage "https://github.com/json-c/json-c")
(dependencies cmake)
(src (tar
(url "https://github.com/json-c/json-c/archive/refs/tags/json-c-0.18-20240915.tar.gz")
(dir "json-c-json-c-0.18-20240915")
(blake3 "69e553b048bc4a3f32ad10ff6372a35a8e599142d7634651baa9490461c7beb3")))
(build
(cmake
(configure_flags "-DCMAKE_POLICY_VERSION_MINIMUM=3.5"))))