void-packages/srcpkgs/arp-scan/template

19 lines
643 B
Bash

# Template file for 'arp-scan'
pkgname=arp-scan
version=1.10.0
revision=1
build_style=gnu-configure
hostmakedepends="automake"
makedepends="libpcap-devel"
short_desc="Tool that uses ARP to discover IP hosts on the local network"
maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
license="GPL-3.0-or-later"
homepage="https://github.com/royhills/arp-scan"
changelog="https://raw.githubusercontent.com/royhills/arp-scan/master/NEWS.md"
distfiles="https://github.com/royhills/arp-scan/archive/${version}/arp-scan-${version}.tar.gz"
checksum=204b13487158b8e46bf6dd207757a52621148fdd1d2467ebd104de17493bab25
pre_configure() {
autoreconf --install
}