hooktftp: update to 1.1.0.

And adopt, since Vaelatern uses this now.
This commit is contained in:
Toyam Cox 2020-04-20 19:16:52 -04:00 committed by Toyam Cox
parent a5a2f3033f
commit 34c0785665

View file

@ -1,24 +1,18 @@
# Template file for 'hooktftp'
pkgname=hooktftp
version=1.0.0
revision=8
_gitcommit="a7258310669522806b903c9ffc98ad7c62b02d56"
wrksrc="${pkgname}-${_gitcommit}"
hostmakedepends="go bzr git"
version=1.1.0
revision=1
build_style=go
go_import_path="github.com/tftp-go-team/hooktftp"
go_package="github.com/tftp-go-team/hooktftp/cmd/hooktftp"
hostmakedepends="bzr git"
short_desc="Hook based tftp server"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
license="MIT"
homepage="https://github.com/tftp-go-team/hooktftp"
distfiles="${homepage}/archive/${_gitcommit}.tar.gz"
checksum=42cbe6c402aee13722cb55ac1e3a22fc6be27c6313b7c59d7a7277c0e3a6065e
nocross=yes
nopie=yes
distfiles="https://github.com/tftp-go-team/hooktftp/archive/${version}.tar.gz"
checksum=74a29947509a4a718091a5571cc2b2bdbfae807499f06beae124e78afdc56cf9
do_build() {
GOPATH=$PWD make build
}
do_install() {
post_install() {
vlicense LICENSE
vbin src/${pkgname}
}