summaryrefslogtreecommitdiff
path: root/homebrew/links/.beer
blob: dbe869741a49f6c51506cb9061c1991e0fa4c869 (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
{
    "name": "Links",
    "description": "Lynx-like WWW browser that supports tables, menus, etc.",
    "url": "http://links.twibright.com/download/links-2.19.tar.bz2",
    "mirror": null,
    "homepage": "http://links.twibright.com/",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "jpeg",
            "build-depend": false
        },
        {
            "depend": "librsvg",
            "build-depend": false
        },
        {
            "depend": "libtiff",
            "build-depend": false
        },
        {
            "depend": "openssl",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "args = %W[",
        "--disable-debug",
        "--disable-dependency-tracking",
        "--prefix=#{prefix}",
        "--mandir=#{man}",
        "--with-ssl=#{Formula[\"openssl\"].opt_prefix}",
        "--without-lzma",
        "]",
        "system \"./configure\", *args",
        "system \"make\", \"install\"",
        "doc.install Dir[\"doc/*\"]"
    ],
    "version": "2.19",
    "file": "links.rb"
}