# Template file for 'sftpgo'
pkgname=sftpgo
version=2.7.3
revision=1
build_style=go
go_import_path="github.com/drakkan/sftpgo/v2"
short_desc="Fully featured and highly configurable SFTP server"
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
license="AGPL-3.0-only"
homepage="https://github.com/drakkan/sftpgo"
distfiles="https://github.com/drakkan/sftpgo/archive/refs/tags/v$version.tar.gz"
checksum=8e4161a4f5ac2bdd5dc9bf61ad43859717db45c628afdb9eb7395adc14d4eac7
make_dirs="/var/lib/sftpgo 0750 root root"

post_install() {
	vmkdir usr/share/sftpgo
	vcopy static usr/share/sftpgo/
	vcopy templates usr/share/sftpgo/
	vlicense LICENSE
	vsv sftpgo
}
