homebrew-core/Formula/cowpatty.rb

13 lines
324 B
Ruby
Raw Normal View History

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'
url 'http://www.willhackforsushi.com/code/cowpatty/4.3/cowpatty-4.3.tgz'
md5 'deccac0763a05ef7014107d347bf9190'
2009-10-20 07:04:39 +00:00
def install
inreplace "Makefile", "/usr/local/", "#{prefix}/"
system "make install"
end
end