New package: sftpgo-2.1.0
This commit is contained in:
parent
bf2fe4732f
commit
0a4c966dee
|
@ -0,0 +1,16 @@
|
||||||
|
# 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
|
||||||
|
}
|
Loading…
Reference in New Issue