aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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