summaryrefslogtreecommitdiff
path: root/homebrew/hunspell/.beer
blob: b18c8c885604f277e7b0945c3459b00a4e7ed9cc (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
    "name": "Hunspell",
    "description": "Spell checker and morphological analyzer",
    "url": "https://github.com/hunspell/hunspell/archive/v1.7.0.tar.gz",
    "mirror": null,
    "homepage": "https://hunspell.github.io",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        },
        {
            "depend": "libtool",
            "build-depend": true
        },
        {
            "depend": "gettext",
            "build-depend": false
        },
        {
            "depend": "readline",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [
        {
            "conflict": "freeling",
            "reason": "both install "
        }
    ],
    "patches": [],
    "install": [
        "system \"autoreconf\", \"-fiv\"",
        "system \"./configure\", \"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\",",
        "\"--with-ui\",",
        "\"--with-readline\"",
        "system \"make\"",
        "system \"make\", \"check\"",
        "system \"make\", \"install\"",
        "pkgshare.install \"tests\""
    ],
    "version": "1.7.0",
    "file": "hunspell.rb"
}