2011-12-13 23:46:34 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Funcoeszz < Formula
|
|
|
|
homepage 'http://funcoeszz.googlecode.com/'
|
2013-05-14 17:10:45 +00:00
|
|
|
url 'http://funcoeszz.net/download/funcoeszz-13.2.sh'
|
|
|
|
sha1 '33d6950dc83fd2118bc45a752c4a77be3b112573'
|
2011-12-13 23:46:34 +00:00
|
|
|
|
|
|
|
def install
|
2013-05-14 17:10:45 +00:00
|
|
|
prefix.install "funcoeszz-#{version}.sh"
|
2011-12-13 23:46:34 +00:00
|
|
|
end
|
|
|
|
|
|
|
|
def caveats; <<-EOS.undent
|
|
|
|
To use this software add to your profile:
|
2013-05-14 17:10:45 +00:00
|
|
|
source #{opt_prefix}/funcoeszz-#{version}.sh
|
2011-12-13 23:46:34 +00:00
|
|
|
EOS
|
|
|
|
end
|
|
|
|
end
|