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

@@ -0,0 +1,11 @@
(package
(name "libmilter")
(version "8.18.2")
(homepage "https://www.proofpoint.com/us/sendmail-open-source")
(dependencies m4 make)
(src (tar
(url "https://ftp.sendmail.org/sendmail.8.18.2.tar.gz")
(dir "sendmail-8.18.2/libmilter")
(blake3 "74c8212a3c808227860cfb619a1658ca8c9c70f1f168c7a18920672b0661209b")))
(build
(make)))