summaryrefslogtreecommitdiff
path: root/homebrew/jumanpp/.beer
blob: c792b691323e99ca9359ee00de4b3250e3e75c43 (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": "Jumanpp",
    "description": "Japanese Morphological Analyzer based on RNNLM",
    "url": "https://lotus.kuee.kyoto-u.ac.jp/nl-resource/jumanpp/jumanpp-1.02.tar.xz",
    "mirror": null,
    "homepage": "http://nlp.ist.i.kyoto-u.ac.jp/EN/index.php?JUMAN%2B%2B",
    "depends": [
        {
            "depend": "boost-build",
            "build-depend": true
        },
        {
            "depend": "boost",
            "build-depend": false
        },
        {
            "depend": "gperftools",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-dependency-tracking\",",
        "\"--disable-silent-rules\",",
        "\"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "1.02",
    "file": "jumanpp.rb"
}