summaryrefslogtreecommitdiff
path: root/homebrew/tcptunnel/.beer
blob: 6f27c79a552d888f6e7a49510631f5094ec7d825 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "name": "Tcptunnel",
    "description": "TCP port forwarder",
    "url": "https://github.com/vakuum/tcptunnel/archive/v0.8.tar.gz",
    "mirror": null,
    "homepage": "http://www.vakuumverpackt.de/tcptunnel/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "bin.mkpath",
        "system \"./configure\", \"--prefix=#{bin}\"",
        "system \"make\"",
        "system \"make\", \"install\""
    ],
    "version": "0.8",
    "file": "tcptunnel.rb"
}