void-packages/srcpkgs/sftpgo/template

17 lines
502 B
Bash
Raw Normal View History

2021-08-04 18:09:36 +00:00
# Template file for 'sftpgo'
pkgname=sftpgo
version=2.1.0
revision=1
build_style=go
go_import_path=github.com/drakkan/sftpgo
short_desc="Fully featured and highly configurable SFTP server"
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
license="AGPL-3.0"
homepage="https://github.com/drakkan/sftpgo"
distfiles="https://github.com/drakkan/sftpgo/archive/refs/tags/v$version.tar.gz"
checksum=d04d75f1baee9d4510e40240e1b24b075430244abda8f7daef5922f5f3ca7fa9
post_install() {
vlicense LICENSE
}