diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/manto.rb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Library/Formula/manto.rb b/Library/Formula/manto.rb new file mode 100644 index 000000000..c2f96f6bf --- /dev/null +++ b/Library/Formula/manto.rb @@ -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 |
