void-packages/srcpkgs/arp-scan/template

18 lines
567 B
Bash

# Template file for 'arp-scan'
pkgname=arp-scan
version=1.9.6
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"
distfiles="https://github.com/royhills/${pkgname}/archive/${version}/${pkgname}-${version}.tar.gz"
checksum=971b45c3369816467994797fbcd0076eb8f0ffb9c42764ea6dba25ab3fd490da
pre_configure() {
autoreconf --install
}