summaryrefslogtreecommitdiff
path: root/homebrew/synscan/.beer
blob: a048dedc92e1d95ccb29a48985b71ebc8dbfb10b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "name": "Synscan",
    "description": "Asynchronous half-open TCP portscanner",
    "url": "http://www.digit-labs.org/files/tools/synscan/releases/synscan-5.02.tar.gz",
    "mirror": null,
    "homepage": "http://www.digit-labs.org/files/tools/synscan/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--prefix=#{prefix}\"",
        "system \"make\", \"macos\"",
        "system \"make\", \"install\""
    ],
    "version": "5.02",
    "file": "synscan.rb"
}