aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAndrew Ryder2010-07-21 04:26:39 -0400
committerAdam Vandenberg2010-07-27 21:07:51 -0700
commit171da46aa647c313f71b987e002ebea49900f7b2 (patch)
tree91bcfd57962cc3c34a509affb203ef0cc28c9bec /Library
parent2c96aa5b677736909c4141e8ff6c228b02b65812 (diff)
downloadhomebrew-171da46aa647c313f71b987e002ebea49900f7b2.tar.bz2
manto formula
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/manto.rb13
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