summaryrefslogtreecommitdiff
path: root/homebrew/w3m/.beer
blob: 8fe3f7c66db2a5aadf2fc6a0f4b73586d6a85c3f (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": "W3m",
    "description": "Pager/text based browser",
    "url": "https://downloads.sourceforge.net/project/w3m/w3m/w3m-0.5.3/w3m-0.5.3.tar.gz",
    "mirror": null,
    "homepage": "https://w3m.sourceforge.io/",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "bdw-gc",
            "build-depend": false
        },
        {
            "depend": "openssl",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [
        {
            "url": "https://deb.debian.org/debian/pool/main/w/w3m/w3m_0.5.3-37.debian.tar.xz",
            "strip": "1"
        }
    ],
    "install": [
        "system \"./configure\", \"--prefix=#{prefix}\",",
        "\"--disable-image\",",
        "\"--with-ssl=#{Formula[\"openssl\"].opt_prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "0.5.3",
    "file": "w3m.rb"
}