summaryrefslogtreecommitdiff
path: root/homebrew/socat/.beer
blob: 3149dcf9620f14cdf602ebdaf6a31156090542ae (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": "Socat",
    "description": "netcat on steroids",
    "url": "http://www.dest-unreach.org/socat/download/socat-1.7.3.2.tar.gz",
    "mirror": null,
    "homepage": "http://www.dest-unreach.org/socat/",
    "depends": [
        {
            "depend": "openssl",
            "build-depend": false
        },
        {
            "depend": "readline",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--prefix=#{prefix}\", \"--mandir=#{man}\"",
        "system \"make\", \"install\""
    ],
    "version": "1.7.3.2",
    "file": "socat.rb"
}