void-packages/srcpkgs/hooktftp/template
Toyam Cox 34c0785665 hooktftp: update to 1.1.0.
And adopt, since Vaelatern uses this now.
2020-04-27 11:54:10 -04:00

19 lines
565 B
Bash

# Template file for 'hooktftp'
pkgname=hooktftp
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="Toyam Cox <Vaelatern@voidlinux.org>"
license="MIT"
homepage="https://github.com/tftp-go-team/hooktftp"
distfiles="https://github.com/tftp-go-team/hooktftp/archive/${version}.tar.gz"
checksum=74a29947509a4a718091a5571cc2b2bdbfae807499f06beae124e78afdc56cf9
post_install() {
vlicense LICENSE
}