Skip to content

Commit

Permalink
cowsay: use debian mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed Jun 24, 2012
1 parent fc72343 commit 51d8dcd
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Library/Formula/cowsay.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
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'
sha1 'e44dec32d2a462ed87f5e419237d6f236b87efe0'
url 'http://ftp.acc.umu.se/mirror/cdimage/snapshot/Debian/pool/main/c/cowsay/cowsay_3.03.orig.tar.gz'
sha1 'cc65a9b13295c87df94a58caa8a9176ce5ec4a27'

# Official download is 404:
# url 'http://www.nog.net/~tony/warez/cowsay-3.03.tar.gz'

def install
system "/bin/sh", "install.sh", prefix
mv prefix+'man', share
mv prefix/'man', share
end
end

0 comments on commit 51d8dcd

Please sign in to comment.