Skip to content

Commit

Permalink
hunspell 1.6.0
Browse files Browse the repository at this point in the history
Closes #8150.

Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
  • Loading branch information
ilovezfs authored and nijikon committed Dec 23, 2016
1 parent 3d6d84f commit 5b1a068
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Formula/hunspell.rb
Original file line number Diff line number Diff line change
@@ -1,25 +1,31 @@
class Hunspell < Formula
desc "Spell checker and morphological analyzer"
homepage "https://hunspell.github.io"
url "https://github.com/hunspell/hunspell/archive/v1.5.4.tar.gz"
sha256 "852c01a2e3b87eb1f2adb5261466608ba79f1f950202e18a2a1735de5098fc59"
url "https://github.com/hunspell/hunspell/archive/v1.6.0.tar.gz"
sha256 "512e7d2ee69dad0b35ca011076405e56e0f10963a02d4859dbcc4faf53ca68e2"

bottle do
sha256 "048a1986ce8f9b45674bcd2e47fe63fb1906f16935631082c7a77ce2fabbf0dd" => :sierra
sha256 "abd598a5cdebc6f98d19f2e93df444cbc3defe8816ba9261f2fa1058efa591c3" => :el_capitan
sha256 "c056793bd40e4718fdafa022d005cecb73a498234dd98043f5441d345d54748c" => :yosemite
end

depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "gettext" => :build
depends_on "libtool" => :build
depends_on "readline"

conflicts_with "freeling", :because => "both install 'analyze' binary"

def install
system "autoreconf", "-fiv"
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}",
"--with-ui",
"--with-readline"
system "make"
system "make", "check"
system "make", "install"

pkgshare.install "tests"
Expand Down

0 comments on commit 5b1a068

Please sign in to comment.