17 lines
439 B
Bash
17 lines
439 B
Bash
# Template file for 'fping'
|
|
pkgname=fping
|
|
version=5.2
|
|
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=a7692d10d73fb0bb76e1f7459aa7f19bbcdbfc5adbedef02f468974b18b0e42f
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|