2012-04-14 16:48:51 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Crash < Formula
|
2013-05-25 04:08:47 +00:00
|
|
|
homepage 'http://www.crashub.org/'
|
2013-05-23 20:40:45 +00:00
|
|
|
url 'https://crsh.googlecode.com/files/crash-1.2.5.tar.gz'
|
|
|
|
sha1 '8567aa4f16e47aca7041f0e48ebcbc88a038c308'
|
2012-04-14 16:48:51 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
libexec.install Dir['crash/*']
|
|
|
|
doc.install Dir['doc/*']
|
|
|
|
bin.install_symlink "#{libexec}/bin/crash.sh"
|
|
|
|
end
|
|
|
|
end
|