16 lines
434 B
Bash
16 lines
434 B
Bash
# Template file for 'fping'
|
|
pkgname=fping
|
|
version=4.2
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--enable-ipv4 --enable-ipv6"
|
|
short_desc="High performance ping"
|
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
|
license="MIT-alike"
|
|
homepage="http://fping.org"
|
|
distfiles="${homepage}/dist/${pkgname}-${version}.tar.gz"
|
|
checksum=7d339674b6a95aae1d8ad487ff5056fd95b474c3650938268f6a905c3771b64a
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|