summaryrefslogtreecommitdiff
path: root/homebrew/dsocks/.beer
blob: 605fefc782b181979f82000a5ab73798f3fbc7a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "name": "Dsocks",
    "description": "SOCKS client wrapper for *BSD/macOS",
    "url": "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/dsocks/dsocks-1.8.tar.gz",
    "mirror": null,
    "homepage": "https://monkey.org/~dugsong/dsocks/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system ENV.cc, ENV.cflags, \"-shared\", \"-o\", \"libdsocks.dylib\", \"dsocks.c\",",
        "\"atomicio.c\", \"-lresolv\"",
        "inreplace \"dsocks.sh\", \"/usr/local\", HOMEBREW_PREFIX",
        "lib.install \"libdsocks.dylib\"",
        "bin.install \"dsocks.sh\""
    ],
    "version": "1.8",
    "file": "dsocks.rb"
}