homebrew-core/Formula/nave.rb
Kyle VanderBeek 6c4600fd33 nave 0.4.5
Closes Homebrew/homebrew#35477.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-01-05 18:42:51 +00:00

13 lines
322 B
Ruby

class Nave < Formula
homepage "https://github.com/isaacs/nave"
url "https://github.com/isaacs/nave/archive/v0.4.5.tar.gz"
sha1 "190fdab025882a9a50d85c2509b04f269f97dbf7"
def install
bin.install "nave.sh" => "nave"
end
test do
assert_match /0\.10\.30/, shell_output("#{bin}/nave ls-remote")
end
end