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

@@ -0,0 +1,12 @@
(package
(name "go-1.4")
(version "1.4-bootstrap-20171003")
(homepage "https://go.dev/")
(src (tar
(url "https://dl.google.com/go/go1.4-bootstrap-20171003.tar.gz")
(dir "go/src")
(blake3 "e38b036986f4969980664342af2e0b14c503bf4222b980f2bfdcb32fd62fde14")))
(build
(shell "CGO_ENABLED=0 GOROOT_FINAL=/opt/go ./make.bash")
(shell "rm -rf /opt/go || true")
(shell "cd ../.. && mv go /opt/ && ln -sf /opt/go/bin/go /usr/bin/go || true")))