summaryrefslogtreecommitdiff
path: root/homebrew/proxychainsng/.beer
blob: 8d30b84211acf9d0e8cbdaf6b05fafaf7bd329e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "name": "ProxychainsNg",
    "description": "Hook preloader",
    "url": "https://github.com/rofl0r/proxychains-ng/archive/v4.14.tar.gz",
    "mirror": null,
    "homepage": "https://sourceforge.net/projects/proxychains-ng/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--prefix=#{prefix}\", \"--sysconfdir=#{etc}\"",
        "system \"make\"",
        "system \"make\", \"install\"",
        "system \"make\", \"install-config\""
    ],
    "version": "4.14",
    "file": "proxychains-ng.rb"
}