summaryrefslogtreecommitdiff
path: root/homebrew/mecabjumandic/.beer
blob: 1d512bef51a1d9914815e8cd1294cf9d203736e1 (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
{
    "name": "MecabJumandic",
    "description": "See mecab",
    "url": "https://www.mirrorservice.org/sites/distfiles.macports.org/mecab/mecab-jumandic-7.0-20130310.tar.gz",
    "mirror": "https://mirrors.ustc.edu.cn/macports/distfiles/mecab/mecab-jumandic-7.0-20130310.tar.gz",
    "homepage": "https://taku910.github.io/mecab/",
    "depends": [
        {
            "depend": "mecab",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "args = %W[",
        "--disable-debug",
        "--disable-dependency-tracking",
        "--prefix=#{prefix}",
        "--with-charset=utf8",
        "--with-dicdir=#{lib}/mecab/dic/jumandic",
        "]",
        "system \"./configure\", *args",
        "system \"make\", \"install\""
    ],
    "version": "7.0",
    "file": "mecab-jumandic.rb"
}