cabocha 0.65
Closes Homebrew/homebrew#16115. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
d5f470d731
commit
c235c456d2
1 changed files with 3 additions and 2 deletions
|
@ -2,10 +2,11 @@ require 'formula'
|
|||
|
||||
class Cabocha < Formula
|
||||
homepage 'http://code.google.com/p/cabocha/'
|
||||
url 'http://cabocha.googlecode.com/files/cabocha-0.64.tar.gz'
|
||||
sha1 '13f18c4aae2d75f5c7ac69c87458912fc00b4174'
|
||||
url 'http://cabocha.googlecode.com/files/cabocha-0.65.tar.bz2'
|
||||
sha1 'f8e38f2ef3feda398e14824a736e4cceebd2a658'
|
||||
|
||||
depends_on 'crf++'
|
||||
depends_on 'mecab'
|
||||
|
||||
def install
|
||||
ENV["LIBS"] = '-liconv'
|
||||
|
|
Loading…
Reference in a new issue