summaryrefslogtreecommitdiff
path: root/homebrew/go/.beer
blob: 766e3738b283ddd566e538feae076b27f79ff069 (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
36
37
38
39
{
    "name": "Go",
    "description": "Open source programming language to build simple/reliable/efficient software",
    "url": "https://dl.google.com/go/go1.12.4.src.tar.gz",
    "mirror": "https://fossies.org/linux/misc/go1.12.4.src.tar.gz",
    "homepage": "https://golang.org",
    "depends": [
        {
            "depend": "macos",
            "build-depend": false
        }
    ],
    "resource": [
        {
            "name": "gotools",
            "url": "https://go.googlesource.com/tools.git"
        },
        {
            "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.12.4",
    "file": "go.rb"
}