mon 1.2.0
Closes Homebrew/homebrew#16340. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
97e19ebd18
commit
aac14b659f
1 changed files with 12 additions and 0 deletions
12
Formula/mon.rb
Normal file
12
Formula/mon.rb
Normal file
|
@ -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
|
Loading…
Reference in a new issue