2011-12-13 23:46:34 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Funcoeszz < Formula
|
|
|
|
homepage 'http://funcoeszz.googlecode.com/'
|
|
|
|
url 'http://funcoeszz.googlecode.com/files/funcoeszz-10.12.sh'
|
2012-09-03 18:33:56 +00:00
|
|
|
sha1 'd9b8f5b131b844aee9ad429943472efe477cab5a'
|
2011-12-13 23:46:34 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
prefix.install "funcoeszz-10.12.sh"
|
|
|
|
end
|
|
|
|
|
|
|
|
def caveats; <<-EOS.undent
|
|
|
|
To use this software add to your profile:
|
2012-11-25 19:42:57 +00:00
|
|
|
source #{opt_prefix}/funcoeszz-10.12.sh
|
2011-12-13 23:46:34 +00:00
|
|
|
EOS
|
|
|
|
end
|
|
|
|
end
|