summaryrefslogtreecommitdiff
path: root/data/masscan/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'data/masscan/.beer')
-rw-r--r--data/masscan/.beer20
1 files changed, 20 insertions, 0 deletions
diff --git a/data/masscan/.beer b/data/masscan/.beer
new file mode 100644
index 000000000..0f2f4cdd1
--- /dev/null
+++ b/data/masscan/.beer
@@ -0,0 +1,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"
+} \ No newline at end of file