19 lines
561 B
Bash
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
|
|
}
|