homebrew-core/Formula/nave.rb
Alex Dunn 9922d6ed34 nave 0.5.1
Closes Homebrew/homebrew#39310.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-05-03 12:32:33 -04:00

15 lines
391 B
Ruby

class Nave < Formula
homepage "https://github.com/isaacs/nave"
url "https://github.com/isaacs/nave/archive/v0.5.1.tar.gz"
sha256 "8b9f76b97c07b6d3f623d0ccc9287e79e5107701bcf9eb12c82a02547ce4a70c"
head "https://github.com/isaacs/nave.git"
def install
bin.install "nave.sh" => "nave"
end
test do
assert_match "0.10.30", shell_output("#{bin}/nave ls-remote")
end
end