homebrew-core/Formula/gimme.rb
Igor Kapkov c96bb14b64
gimme 1.5.3
Closes #34173.

Signed-off-by: Chongyu Zhu <i@lembacon.com>
2018-11-17 01:27:15 +08:00

16 lines
377 B
Ruby

class Gimme < Formula
desc "Shell script to install any Go version"
homepage "https://github.com/travis-ci/gimme"
url "https://github.com/travis-ci/gimme/archive/v1.5.3.tar.gz"
sha256 "66b654f460efe9a697fdefda39fa73308f6e2f25393b28c7979724f28159a613"
bottle :unneeded
def install
bin.install "gimme"
end
test do
system "#{bin}/gimme", "-l"
end
end