1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"name": "Masscan",
"description": "TCP port scanner, scans entire Internet in under 5 minutes",
"url": "https://github.com/robertdavidgraham/masscan/archive/1.0.5.tar.gz",
"mirror": null,
"homepage": "https://github.com/robertdavidgraham/masscan/",
"depends": [],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"if MacOS.version == :el_capitan && MacOS::Xcode.version >= \"8.0\"",
"inreplace \"src/pixie-timer.c\", \"#elif defined(CLOCK_MONOTONIC)\", \"#elif defined(NOT_A_MACRO)\"",
"end",
"system \"make\"",
"bin.install \"bin/masscan\""
],
"version": "1.0.5",
"file": "masscan.rb"
}
|