From 660aa8d5cbeae37fbcbdbcef45387f086f476cdd Mon Sep 17 00:00:00 2001 From: Bobby Burden Date: Mon, 12 May 2014 10:35:46 -0400 Subject: modman 1.9.7 (new formula) Added formula for modman, a module deployment tool. https://github.com/colinmollenhour/modman Closes #29195. Signed-off-by: Jack Nagel --- Library/Formula/modman.rb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Library/Formula/modman.rb (limited to 'Library/Formula/modman.rb') diff --git a/Library/Formula/modman.rb b/Library/Formula/modman.rb new file mode 100644 index 000000000..773e3170e --- /dev/null +++ b/Library/Formula/modman.rb @@ -0,0 +1,16 @@ +require "formula" + +class Modman < Formula + homepage "https://github.com/colinmollenhour/modman" + url "https://github.com/colinmollenhour/modman/archive/1.9.7.tar.gz" + sha1 "28985c511c509ea32c0633e8fd29997091c4e5f3" + + def install + bin.install "modman" + bash_completion.install "bash_completion" => "modman.bash" + end + + test do + system "#{bin}/modman" + end +end -- cgit v1.2.3