summaryrefslogtreecommitdiff
path: root/homebrew/httptunnel/.beer
blob: 809debcc96a53fe14fc42a9153cc29d05fb7d0e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "name": "Httptunnel",
    "description": "Tunnels a data stream in HTTP requests",
    "url": "https://ftp.gnu.org/gnu/httptunnel/httptunnel-3.3.tar.gz",
    "mirror": "https://ftpmirror.gnu.org/httptunnel/httptunnel-3.3.tar.gz",
    "homepage": "https://github.com/larsbrinkhoff/httptunnel",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--prefix=#{prefix}\", \"--mandir=#{man}\"",
        "system \"make\", \"install\""
    ],
    "version": "3.3",
    "file": "httptunnel.rb"
}