diff options
Diffstat (limited to 'data/arpscan/.beer')
-rw-r--r-- | data/arpscan/.beer | 32 |
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 |