From 99f46b2fb24cf199bdbdd24bcae3277a318a00fe Mon Sep 17 00:00:00 2001 From: Kyle VanderBeek Date: Fri, 2 Jan 2015 14:32:21 -0800 Subject: nave 0.4.5 Closes #35477. Signed-off-by: Mike McQuaid --- Library/Formula/nave.rb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Library/Formula/nave.rb (limited to 'Library') diff --git a/Library/Formula/nave.rb b/Library/Formula/nave.rb new file mode 100644 index 000000000..648e67e58 --- /dev/null +++ b/Library/Formula/nave.rb @@ -0,0 +1,13 @@ +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 -- cgit v1.2.3