Cowsay & Cowthink \o/
This commit is contained in:
parent
9401acd220
commit
d86604247d
1 changed files with 13 additions and 0 deletions
13
Formula/cowsay.rb
Normal file
13
Formula/cowsay.rb
Normal 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
|
Loading…
Reference in a new issue