summaryrefslogtreecommitdiff
path: root/homebrew/goat111/.beer
blob: fa4a29c5315decec0321118893436bcc76bb2918 (plain)
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
31
32
33
34
35
{
    "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"
}