2010-08-15 14:05:57 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Teapot < Formula
|
2010-08-15 14:05:57 +00:00
|
|
|
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
|