summaryrefslogtreecommitdiff
path: root/homebrew/sslh/.beer
blob: 9ed1a5b4b2b8d9c0f5b1647e6d39ca9feaf11049 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
    "name": "Sslh",
    "description": "Forward connections based on first data packet sent by client",
    "url": "https://www.rutschle.net/tech/sslh/sslh-v1.19c.tar.gz",
    "mirror": null,
    "homepage": "https://www.rutschle.net/tech/sslh.shtml",
    "depends": [
        {
            "depend": "libconfig",
            "build-depend": false
        },
        {
            "depend": "pcre",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV.deparallelize",
        "system \"make\", \"install\", \"PREFIX=#{prefix}\""
    ],
    "version": "1.19",
    "file": "sslh.rb"
}