cabocha 0.65

Closes Homebrew/homebrew#16115.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
teenst 2012-11-17 16:12:19 +09:00 committed by Adam Vandenberg
parent d5f470d731
commit c235c456d2

View file

@ -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'