16 lines
507 B
Bash
16 lines
507 B
Bash
# Template file for 'sftpgo'
|
|
pkgname=sftpgo
|
|
version=2.1.2
|
|
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-only"
|
|
homepage="https://github.com/drakkan/sftpgo"
|
|
distfiles="https://github.com/drakkan/sftpgo/archive/refs/tags/v$version.tar.gz"
|
|
checksum=a3791f75960b57a2aaf329e05db931be4887dab5f11bd03bf7f2c20e5d9b0d04
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|