17 lines
439 B
Bash
17 lines
439 B
Bash
# Template file for 'fping'
|
|
pkgname=fping
|
|
version=5.3
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--enable-ipv4 --enable-ipv6"
|
|
short_desc="High performance ping"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://fping.org"
|
|
distfiles="https://fping.org/dist/fping-${version}.tar.gz"
|
|
checksum=d57bd0141aea082e3adfc198bfc3db5dfd12a7014c7c2655e97f61cd54901d0e
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|