zsh 5.3.1-test-2 (devel) (#16256)
This commit is contained in:
parent
ea9a6e1ace
commit
640648e4f5
1 changed files with 10 additions and 4 deletions
|
@ -29,11 +29,18 @@ class Zsh < Formula
|
|||
sha256 "130c8b5367cd7f94f6ff0de8a6d02c723671263a5e49e361dd502b3dbc737073" => :yosemite
|
||||
end
|
||||
|
||||
devel do
|
||||
url "https://www.zsh.org/pub/development/zsh-5.3.1-test-2.tar.gz"
|
||||
version "5.3.1-test-2"
|
||||
sha256 "81d6a171f81bebb0ddcd5d2c3c30f9310bfd27447859bf7be06a9d9599126d6a"
|
||||
|
||||
option "with-texi2html", "Build HTML documentation"
|
||||
depends_on "texi2html" => [:build, :optional]
|
||||
end
|
||||
|
||||
head do
|
||||
url "https://git.code.sf.net/p/zsh/code.git"
|
||||
depends_on "autoconf" => :build
|
||||
|
||||
option "with-unicode9", "Build with Unicode 9 character width support"
|
||||
end
|
||||
|
||||
option "without-etcdir", "Disable the reading of Zsh rc files in /etc"
|
||||
|
@ -88,7 +95,6 @@ class Zsh < Formula
|
|||
end
|
||||
|
||||
test do
|
||||
assert_equal "homebrew\n",
|
||||
shell_output("#{bin}/zsh -c 'echo homebrew'")
|
||||
assert_equal "homebrew", shell_output("#{bin}/zsh -c 'echo homebrew'").chomp
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue