summaryrefslogtreecommitdiff
path: root/data/arpscan/.beer
diff options
context:
space:
mode:
authorMCApollo <34170230+MCApollo@users.noreply.github.com>2019-04-25 18:34:10 +0000
committerMCApollo <34170230+MCApollo@users.noreply.github.com>2019-06-27 00:18:12 +0000
commiteb9726ac94dd09b0bb20aa5518314c3b2bda3cce (patch)
treee4d39d07dc74570e7f5870f26c0c89f46bf629ca /data/arpscan/.beer
parent193f32e39e93ea855bda21c551362d9117160ba3 (diff)
Added arp-scan
Diffstat (limited to 'data/arpscan/.beer')
-rw-r--r--data/arpscan/.beer32
1 files changed, 32 insertions, 0 deletions
diff --git a/data/arpscan/.beer b/data/arpscan/.beer
new file mode 100644
index 000000000..596bb4dd0
--- /dev/null
+++ b/data/arpscan/.beer
@@ -0,0 +1,32 @@
+{
+ "name": "ArpScan",
+ "description": "ARP scanning and fingerprinting tool",
+ "url": "https://github.com/royhills/arp-scan/archive/1.9.5.tar.gz",
+ "mirror": null,
+ "homepage": "https://github.com/royhills/arp-scan",
+ "depends": [
+ {
+ "depend": "autoconf",
+ "build-depend": true
+ },
+ {
+ "depend": "automake",
+ "build-depend": true
+ },
+ {
+ "depend": "libpcap",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"autoreconf\", \"-fiv\"",
+ "system \"./configure\", \"--disable-dependency-tracking\",",
+ "\"--prefix=#{prefix}\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "1.9.5",
+ "file": "arp-scan.rb"
+} \ No newline at end of file