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