dhcping: fix license

This commit is contained in:
Colin Booth 2021-03-28 14:10:59 -07:00 committed by Érico Nogueira
parent f783c09c81
commit e66fe13107

View file

@ -1,11 +1,15 @@
# Template file for 'dhcping'
pkgname=dhcping
version=1.2
revision=2
revision=3
build_style=gnu-configure
short_desc="Small tool to test availability of a dhcp-server"
maintainer="Orphaned <orphan@voidlinux.org>"
license="2-clause-BSD"
license="BSD-2-Clause"
homepage="http://www.mavetju.org/unix/general.php"
short_desc="A small tool letting you perform a dhcp-request to find out if a dhcp-server is still running"
distfiles="http://www.mavetju.org/download/${pkgname}-${version}.tar.gz"
checksum=32ef86959b0bdce4b33d4b2b216eee7148f7de7037ced81b2116210bc7d3646a
post_install() {
vlicense LICENSE
}