1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
{
"name": "GoAT110",
"description": "Go programming environment (1.10)",
"url": "https://dl.google.com/go/go1.10.8.src.tar.gz",
"mirror": "https://fossies.org/linux/misc/go1.10.8.src.tar.gz",
"homepage": "https://golang.org",
"depends": [],
"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 \"go/src\" do",
"ENV[\"GOROOT_FINAL\"] = libexec",
"ENV[\"GOOS\"] = \"darwin\"",
"system \"./make.bash\", \"--no-clean\""
],
"version": "1.10.8",
"file": "go@1.10.rb"
}
|