2015-01-02 22:32:21 +00:00
|
|
|
class Nave < Formula
|
|
|
|
homepage "https://github.com/isaacs/nave"
|
2015-02-02 08:48:30 +00:00
|
|
|
url "https://github.com/isaacs/nave/archive/v0.5.0.tar.gz"
|
|
|
|
sha1 "adfb72e9f57b14c94866d87001735c864d33c50f"
|
2015-01-02 22:32:21 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install "nave.sh" => "nave"
|
|
|
|
end
|
|
|
|
|
|
|
|
test do
|
2015-02-02 08:48:30 +00:00
|
|
|
assert_match "0.10.30", shell_output("#{bin}/nave ls-remote")
|
2015-01-02 22:32:21 +00:00
|
|
|
end
|
|
|
|
end
|