18 lines
539 B
Bash
18 lines
539 B
Bash
# Template file for 'hooktftp'
|
|
pkgname=hooktftp
|
|
version=1.1.1
|
|
revision=3
|
|
build_style=go
|
|
go_import_path="github.com/tftp-go-team/hooktftp"
|
|
go_package="github.com/tftp-go-team/hooktftp/cmd/hooktftp"
|
|
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=ae50cd4a9b703365388de6301c9d97e0c417160fad8131c0f0727c08e67bcbc2
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|