diff --git a/MAINTAINERS.md b/MAINTAINERS.md new file mode 100644 --- /dev/null +++ b/MAINTAINERS.md @@ -0,0 +1,5 @@ +This file is used to indicate responsibility for the maintenance of this package. Individuals on this list should be the sole modifiers of the package, excluding cases where the Solus Team may need to perform necessary rebuilds, upgrades, or security fixes. This list should not be used for any direct contact usage. If you believe this package requires a package update, follow documentation from https://getsol.us/articles/packaging/request-a-package-update/en/. In the event this package no longer becomes sufficiently maintained, Core Team reserves the right to request a new maintainer or remove this package from the repository. + +- Albert Krenz + - IRC: akrenz + - Email: albert.krenz+solus@mailbox.org \ No newline at end of file diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/abi_used_libs b/abi_used_libs new file mode 100644 --- /dev/null +++ b/abi_used_libs @@ -0,0 +1,2 @@ +libc.so.6 +libpcap.so.1 diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,21 @@ +name : arp-scan +version : 1.9.7 +release : 1 +source : + - https://github.com/royhills/arp-scan/archive/1.9.7.tar.gz : e03c36e4933c655bd0e4a841272554a347cd0136faf42c4a6564059e0761c039 +homepage : https://github.com/royhills/arp-scan +license : GPL-3.0-or-later +component : network.util +summary : The ARP scanner +description: | + The ARP Scan Tool (AKA ARP Sweep or MAC Scanner) is a very fast ARP packet scanner that shows every active IPv4 device on your subnet. +builddeps : + - pkgconfig(libpcap) +rundeps : + - libwww-perl +setup : | + %reconfigure +build : | + %make +install : | + %make_install diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,46 @@ + + + arp-scan + https://github.com/royhills/arp-scan + + Albert Krenz + albert.krenz+solus@mailbox.org + + GPL-3.0-or-later + network.util + The ARP scanner + The ARP Scan Tool (AKA ARP Sweep or MAC Scanner) is a very fast ARP packet scanner that shows every active IPv4 device on your subnet. + + https://getsol.us/sources/README.Solus + + + arp-scan + The ARP scanner + The ARP Scan Tool (AKA ARP Sweep or MAC Scanner) is a very fast ARP packet scanner that shows every active IPv4 device on your subnet. + + network.util + + /usr/bin/arp-fingerprint + /usr/bin/arp-scan + /usr/bin/get-iab + /usr/bin/get-oui + /usr/share/arp-scan/ieee-iab.txt + /usr/share/arp-scan/ieee-oui.txt + /usr/share/arp-scan/mac-vendor.txt + /usr/share/man/man1/arp-fingerprint.1 + /usr/share/man/man1/arp-scan.1 + /usr/share/man/man1/get-iab.1 + /usr/share/man/man1/get-oui.1 + /usr/share/man/man5/mac-vendor.5 + + + + + 2020-06-07 + 1.9.7 + Packaging update + Albert Krenz + albert.krenz+solus@mailbox.org + + + \ No newline at end of file