summaryrefslogtreecommitdiff
path: root/homebrew/dict/.beer
blob: 11b02f1e22fe01c5cf61fe115ade8704df0fcca4 (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
{
    "name": "Dict",
    "description": "Dictionary Server Protocol (RFC2229) client",
    "url": "https://downloads.sourceforge.net/project/dict/dictd/dictd-1.12.1/dictd-1.12.1.tar.gz",
    "mirror": null,
    "homepage": "http://www.dict.org/",
    "depends": [
        {
            "depend": "libtool",
            "build-depend": true
        },
        {
            "depend": "libmaa",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV[\"LIBTOOL\"] = \"glibtool\"",
        "system \"./configure\", \"--prefix=#{prefix}\", \"--sysconfdir=#{etc}\",",
        "\"--mandir=#{man}\"",
        "system \"make\"",
        "system \"make\", \"install\"",
        "(prefix+\"etc/dict.conf\").write <<~EOS",
        "server localhost",
        "server dict.org",
        "EOS"
    ],
    "version": "1.12.1",
    "file": "dict.rb"
}