Cowsay & Cowthink \o/

This commit is contained in:
Jordan Bracco 2009-11-12 18:07:59 +01:00 committed by Max Howell
parent 9401acd220
commit d86604247d

13
Formula/cowsay.rb Normal file
View file

@ -0,0 +1,13 @@
require 'formula'
class Cowsay <Formula
url 'http://www.nog.net/~tony/warez/cowsay-3.03.tar.gz'
homepage 'http://www.nog.net/~tony/warez/cowsay.shtml'
md5 'b29169797359420dadb998079021a494'
aka 'cowthink'
def install
system "/bin/sh", "install.sh", prefix
end
end