# cheat — receta Go (Etapa G frente Go). main en ./cmd/cheat. name = "cheat" version = "4.5.0" license = "MIT" [source] repo = "https://github.com/cheat/cheat" commit = "cc85a4bdb104474e433313724d9b381bc5f6f6b0" [build] compiler = "zig-cc" target = "x86_64-linux-musl" link = "static" [deps] build = ["go"] [build.phases] configure = "true" compile = "export GOCACHE=/tmp/gocache GOPATH=/tmp/gopath GOTOOLCHAIN=local CGO_ENABLED=0 GOFLAGS=-mod=vendor GOPROXY=off; go build -trimpath -ldflags=-buildid= -o /out/usr/bin/cheat ./cmd/cheat" install = "true"