summaryrefslogtreecommitdiff
path: root/data/masscan/.beer
diff options
context:
space:
mode:
authorMCApollo <34170230+MCApollo@users.noreply.github.com>2019-04-25 17:18:01 +0000
committerSam Bingner <sam@bingner.com>2019-05-16 11:54:25 -1000
commit5f46c053092418e1fe606632de5b4ed677217030 (patch)
treee041fd15b1d6d83599c23e04a1416228396d1165 /data/masscan/.beer
parent38f7391f53354df411c6910fe23df1636e146861 (diff)
Added masscan.
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