manto formula

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Andrew Ryder 2010-07-21 04:26:39 -04:00 committed by Adam Vandenberg
parent c86c0f343b
commit 3168f28294
1 changed files with 13 additions and 0 deletions

13
Formula/manto.rb Normal file
View File

@ -0,0 +1,13 @@
require 'formula'
class Manto <Formula
url 'http://manto.googlecode.com/files/manto-1.0.0.tar.gz'
homepage 'http://code.google.com/p/manto/'
md5 '59be0b24d13b9ac68ed15958ac7d169a'
def install
system "make"
bin.install "manto"
man1.install gzip("manto.1")
end
end