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

@@ -0,0 +1,12 @@
(package
(name "clamav")
(version "1.5.1")
(homepage "https://www.clamav.net/")
(dependencies cmake rust-bin zlib bzip2 libxml2 libpcre2 libjson-c curl libncurses libmilter)
(src (tar
(url "https://www.clamav.net/downloads/production/clamav-1.5.1.tar.gz")
(dir "clamav-1.5.1")
(blake3 "2a4e0eb9e443761d7157a76cdaef573d2741e6b14215be397cefe6f299efaf21")))
(build
(cmake
(configure_flags "-DENABLE_TESTS=OFF"))))