2009-10-20 07:04:39 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Cowpatty < Formula
|
2009-10-20 07:04:39 +00:00
|
|
|
homepage 'http://www.willhackforsushi.com/Cowpatty.html'
|
2012-02-17 04:40:45 +00:00
|
|
|
url 'http://www.willhackforsushi.com/code/cowpatty/4.3/cowpatty-4.3.tgz'
|
2012-09-03 18:33:56 +00:00
|
|
|
sha1 '8b7cb2015d0534031827f2f06135bf5cf5929d35'
|
2009-10-20 07:04:39 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
inreplace "Makefile", "/usr/local/", "#{prefix}/"
|
|
|
|
system "make install"
|
|
|
|
end
|
|
|
|
end
|