2012-12-01 17:20:44 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Mon < Formula
|
|
|
|
homepage 'https://github.com/visionmedia/mon'
|
2013-06-14 18:36:21 +00:00
|
|
|
url 'https://github.com/visionmedia/mon/archive/1.2.2.tar.gz'
|
|
|
|
sha1 '01af043f44fe8654ce2c82d17ae1664a572064f2'
|
2012-12-01 17:20:44 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
system "make"
|
|
|
|
bin.install 'mon'
|
|
|
|
end
|
|
|
|
end
|