diff options
| author | Kyle VanderBeek | 2015-01-02 14:32:21 -0800 |
|---|---|---|
| committer | Mike McQuaid | 2015-01-05 18:42:51 +0000 |
| commit | 99f46b2fb24cf199bdbdd24bcae3277a318a00fe (patch) | |
| tree | 65c3f31622df149dcd0c1f8f2e8d8e050a996379 /Library/Formula | |
| parent | e4a10e18aa9333c38f19615fd688625ed1a71a76 (diff) | |
| download | homebrew-99f46b2fb24cf199bdbdd24bcae3277a318a00fe.tar.bz2 | |
nave 0.4.5
Closes #35477.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/nave.rb | 13 |
1 files changed, 13 insertions, 0 deletions
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 |
