diff options
Diffstat (limited to 'homebrew/goenv/.make.sh-auto')
-rw-r--r-- | homebrew/goenv/.make.sh-auto | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/homebrew/goenv/.make.sh-auto b/homebrew/goenv/.make.sh-auto new file mode 100644 index 000000000..b3a6a22ab --- /dev/null +++ b/homebrew/goenv/.make.sh-auto @@ -0,0 +1,5 @@ +pkg:setup +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}" |