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

11
packages/libpcre2.shrap Normal file
View File

@@ -0,0 +1,11 @@
(package
(name "libpcre2")
(version "10.47")
(homepage "https://pcre2project.github.io/pcre2/")
(dependencies make)
(src (tar
(url "https://github.com/PCRE2Project/pcre2/releases/download/pcre2-10.47/pcre2-10.47.tar.gz")
(dir "pcre2-10.47")
(blake3 "e80086b5f6da0896be2bb6d0d94ba976a6b21a43fddb831a189d2c8c9747d962")))
(build
(configure_make)))