homebrew-core/Formula/funcoeszz.rb
Jayson Reis 79651caaf4 funcoeszz 13.2
Closes Homebrew/homebrew#19811.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-05-14 13:28:57 -05:00

17 lines
408 B
Ruby

require 'formula'
class Funcoeszz < Formula
homepage 'http://funcoeszz.googlecode.com/'
url 'http://funcoeszz.net/download/funcoeszz-13.2.sh'
sha1 '33d6950dc83fd2118bc45a752c4a77be3b112573'
def install
prefix.install "funcoeszz-#{version}.sh"
end
def caveats; <<-EOS.undent
To use this software add to your profile:
source #{opt_prefix}/funcoeszz-#{version}.sh
EOS
end
end