aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/teapot.rb12
1 files changed, 12 insertions, 0 deletions
diff --git a/Library/Formula/teapot.rb b/Library/Formula/teapot.rb
new file mode 100644
index 000000000..760bbf5d0
--- /dev/null
+++ b/Library/Formula/teapot.rb
@@ -0,0 +1,12 @@
+require 'formula'
+
+class Teapot <Formula
+ url 'http://www.moria.de/~michael/teapot/teapot-1.09.tar.gz'
+ homepage 'http://www.moria.de/~michael/teapot/'
+ md5 '21e1d1c1d04ba59af1fac6f49a4e2b1b'
+
+ def install
+ system "make"
+ bin.install 'teapot'
+ end
+end