aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornulltask2012-12-02 02:20:44 +0900
committerAdam Vandenberg2013-01-19 15:16:12 -0800
commit859967b181a141db7fecce3e5c8d32b3eae6c7dc (patch)
treebac898885efb47e6d39f16e1cd4ca5e8cf4198b7
parentd677e4722c0ca120758b2f5b23ec13310cbdb6d6 (diff)
downloadhomebrew-859967b181a141db7fecce3e5c8d32b3eae6c7dc.tar.bz2
mon 1.2.0
Closes #16340. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Formula/mon.rb12
1 files changed, 12 insertions, 0 deletions
diff --git a/Library/Formula/mon.rb b/Library/Formula/mon.rb
new file mode 100644
index 000000000..0ce6c9eff
--- /dev/null
+++ b/Library/Formula/mon.rb
@@ -0,0 +1,12 @@
+require 'formula'
+
+class Mon < Formula
+ homepage 'https://github.com/visionmedia/mon'
+ url 'https://github.com/visionmedia/mon/archive/1.2.0.tar.gz'
+ sha1 '5c29c8c972d6f8f586f831cd8fc2c51e53873e16'
+
+ def install
+ system "make"
+ bin.install 'mon'
+ end
+end