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

@@ -0,0 +1,11 @@
(package
(name "rust-bin")
(version "1.93.1")
(homepage "https://rust-lang.org/")
(dependencies xz)
(src (tar
(url "https://static.rust-lang.org/dist/rust-1.93.1-x86_64-unknown-linux-gnu.tar.xz")
(dir "rust-1.93.1-x86_64-unknown-linux-gnu")
(blake3 "1de14a92da1b8a2ddeddef6c744db0b46fc413bc67db6bd20bd6233b79fa2fd9")))
(build
(shell "./install.sh --prefix=/usr")))