summaryrefslogtreecommitdiff
path: root/homebrew/goenv/.beer
blob: 66652d827e1cb39cf420a0626ba7f56b25a2257b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "name": "Goenv",
    "description": "Go version management",
    "url": "https://github.com/syndbg/goenv/archive/1.23.3.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/syndbg/goenv",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "inreplace \"libexec/goenv\", \"/usr/local\", HOMEBREW_PREFIX",
        "prefix.install Dir[\"*\"]",
        "%w[goenv-install goenv-uninstall go-build].each do |cmd|",
        "bin.install_symlink \"#{prefix}/plugins/go-build/bin/#{cmd}\""
    ],
    "version": "1.23.3",
    "file": "goenv.rb"
}