summaryrefslogtreecommitdiff
path: root/homebrew/freeling/.beer
blob: 2e9f60549850889e77c40a7442738d6936c9ef1f (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
{
    "name": "Freeling",
    "description": "Suite of language analyzers",
    "url": "https://github.com/TALP-UPC/FreeLing/releases/download/4.1/FreeLing-4.1.tar.gz",
    "mirror": null,
    "homepage": "http://nlp.lsi.upc.edu/freeling/",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        },
        {
            "depend": "icu4c",
            "build-depend": false
        }
    ],
    "resource": [
        {
            "name": "boost",
            "url": "https://dl.bintray.com/boostorg/release/1.68.0/source/boost_1_68_0.tar.bz2"
        }
    ],
    "conflicts": [
        {
            "conflict": "hunspell",
            "reason": "both install "
        }
    ],
    "patches": [],
    "install": [
        "resource(\"boost\").stage do",
        "open(\"user-config.jam\", \"a\") do |file|",
        "file.write \"using darwin : : #{ENV.cxx} ;\\n\""
    ],
    "version": "4.1",
    "file": "freeling.rb"
}