void-packages/srcpkgs/hooktftp/template
Érico Rolim c317e042ba hooktftp: remove bzr from hostmakedepends.
Build system doesn't use it.
2021-01-30 22:04:45 -03:00

19 lines
561 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="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
}