{ "name": "GoAT111", "description": "Go programming environment (1.11)", "url": "https://dl.google.com/go/go1.11.6.src.tar.gz", "mirror": "https://fossies.org/linux/misc/go1.11.6.src.tar.gz", "homepage": "https://golang.org", "depends": [ { "depend": "macos", "build-depend": false } ], "resource": [ { "name": "gotools", "url": "https://go.googlesource.com/tools.git" }, { "name": "gobootstrap", "url": "https://storage.googleapis.com/golang/go1.7.darwin-amd64.tar.gz" } ], "conflicts": [], "patches": [], "install": [ "(buildpath/\"gobootstrap\").install resource(\"gobootstrap\")", "ENV[\"GOROOT_BOOTSTRAP\"] = buildpath/\"gobootstrap\"", "cd \"src\" do", "ENV[\"GOROOT_FINAL\"] = libexec", "ENV[\"GOOS\"] = \"darwin\"", "system \"./make.bash\", \"--no-clean\"" ], "version": "1.11.6", "file": "go@1.11.rb" }