summaryrefslogtreecommitdiff
path: root/homebrew/pwnat/.beer
blob: 0c32e46ff193b85f657cb7d6024b39b7aa5b2a45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "name": "Pwnat",
    "description": "Proxy server that works behind a NAT",
    "url": "https://samy.pl/pwnat/pwnat-0.3-beta.tgz",
    "mirror": null,
    "homepage": "https://samy.pl/pwnat/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\", \"CC=#{ENV.cc}\", \"CFLAGS=#{ENV.cflags}\", \"LDFLAGS=-lz\"",
        "bin.install \"pwnat\""
    ],
    "version": "0.3",
    "file": "pwnat.rb"
}