summaryrefslogtreecommitdiff
path: root/homebrew/nylon/.beer
blob: a198c0f64d6be9a79c4f31f332cda8e552828823 (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
{
    "name": "Nylon",
    "description": "Proxy server",
    "url": "https://monkey.org/~marius/nylon/nylon-1.21.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/smeinecke/nylon",
    "depends": [
        {
            "depend": "libevent",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-debug\",",
        "\"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\",",
        "\"--mandir=#{man}\",",
        "\"--with-libevent=#{HOMEBREW_PREFIX}\"",
        "system \"make\", \"install\""
    ],
    "version": "1.21",
    "file": "nylon.rb"
}