summaryrefslogtreecommitdiff
path: root/homebrew/cabocha/.beer
blob: 32204c4006732fbf67ac27a2f0ff8dcb9cb00cd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
    "name": "Cabocha",
    "description": "Yet Another Japanese Dependency Structure Analyzer",
    "url": "https://dl.bintray.com/homebrew/mirror/cabocha-0.69.tar.bz2",
    "mirror": "https://mirrorservice.org/sites/ftp.netbsd.org/pub/pkgsrc/distfiles/cabocha-20160909/cabocha-0.69.tar.bz2",
    "homepage": "https://taku910.github.io/cabocha/",
    "depends": [
        {
            "depend": "crf++",
            "build-depend": false
        },
        {
            "depend": "mecab",
            "build-depend": false
        },
        {
            "depend": "mecab-ipadic",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV[\"LIBS\"] = \"-liconv\"",
        "inreplace \"Makefile.in\" do |s|",
        "s.change_make_var! \"CFLAGS\", ENV.cflags",
        "s.change_make_var! \"CXXFLAGS\", ENV.cflags"
    ],
    "version": "0.69",
    "file": "cabocha.rb"
}