16 lines
461 B
Bash
16 lines
461 B
Bash
# Template file for 'dhcping'
|
|
pkgname=dhcping
|
|
version=1.2
|
|
revision=3
|
|
build_style=gnu-configure
|
|
short_desc="Small tool to test availability of a dhcp-server"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-2-Clause"
|
|
homepage="http://www.mavetju.org/unix/general.php"
|
|
distfiles="http://www.mavetju.org/download/${pkgname}-${version}.tar.gz"
|
|
checksum=32ef86959b0bdce4b33d4b2b216eee7148f7de7037ced81b2116210bc7d3646a
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|