summaryrefslogtreecommitdiff
path: root/homebrew/sfst/.beer
blob: 5ad1557cf2cd7a5d7aa0a792c19196d968c2415b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "name": "Sfst",
    "description": "Toolbox for morphological analysers and other FST-based tools",
    "url": "http://www.cis.uni-muenchen.de/~schmid/tools/SFST/data/SFST-1.4.7d.tar.gz",
    "mirror": null,
    "homepage": "http://www.cis.uni-muenchen.de/~schmid/tools/SFST/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "cd \"src\" do",
        "system \"make\"",
        "system \"make\", \"DESTDIR=#{prefix}/\", \"install\"",
        "system \"make\", \"DESTDIR=#{share}/\", \"maninstall\""
    ],
    "version": "1.4.7",
    "file": "sfst.rb"
}