dhcping: fix license
This commit is contained in:
parent
f783c09c81
commit
e66fe13107
1 changed files with 7 additions and 3 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue