Skip to content

Commit

Permalink
funcoeszz: require newer bash
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#39781

Closes Homebrew/legacy-homebrew#40537.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
  • Loading branch information
DomT4 committed Jun 10, 2015
1 parent e70cc64 commit bc778ef
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions Formula/funcoeszz.rb
@@ -1,10 +1,10 @@
require 'formula'

class Funcoeszz < Formula
desc "Dozens of command-line mini-applications (Portuguese)"
homepage 'http://funcoeszz.net/'
url 'http://funcoeszz.net/download/funcoeszz-13.2.sh'
sha1 '33d6950dc83fd2118bc45a752c4a77be3b112573'
homepage "http://funcoeszz.net/"
url "http://funcoeszz.net/download/funcoeszz-13.2.sh"
sha256 "c790bafb8ba8bafa78e48179e46e670ba5cad0d13e8a631b84f7e3fe21b8d86d"

depends_on "bash"

def install
prefix.install "funcoeszz-#{version}.sh" => "funcoeszz.sh"
Expand All @@ -14,6 +14,8 @@ def caveats; <<-EOS.undent
To use this software add to your profile:
export ZZPATH="#{opt_prefix}/funcoeszz.sh"
source "$ZZPATH"
Usage of a newer Bash than the OS X default is required.
EOS
end
end

0 comments on commit bc778ef

Please sign in to comment.