summaryrefslogtreecommitdiff
path: root/homebrew/redsocks/.beer
blob: 21a78c54db5dabce2f93b851a4d5c71e9954e4ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "name": "Redsocks",
    "description": "Transparent socks redirector",
    "url": "https://github.com/darkk/redsocks/archive/release-0.4.tar.gz",
    "mirror": null,
    "homepage": "https://darkk.net.ru/redsocks/",
    "depends": [
        {
            "depend": "libevent",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\"",
        "bin.install \"redsocks\""
    ],
    "version": "0.4",
    "file": "redsocks.rb"
}