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
url 'http://www.willhackforsushi.com/code/cowpatty/4.3/cowpatty-4.3.tgz'
homepage 'http://www.willhackforsushi.com/Cowpatty.html'
md5 'DECCAC0763A05EF7014107D347BF9190'
def install
inreplace "Makefile", "/usr/local/", "#{prefix}/"
system "make install"
end
end