summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: ec3ea775cf317a9d49a7474704e8507e870620cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
pkgbase = sftpgo-bin
	pkgdesc = Fully featured and highly configurable SFTP server with optional FTP/S and WebDAV support. It can serve local filesystem, S3, GCS
	pkgver = 1.1.0
	pkgrel = 2
	url = https://github.com/drakkan/sftpgo
	install = sftpgo-bin.install
	arch = x86_64
	license = GPL3
	depends = glibc
	optdepends = sqlite: to use SQLite provider
	optdepends = postgresql: to use PostgreSQL provider
	optdepends = mariadb: to use MySQL provider
	optdepends = python-requests: REST API CLI
	optdepends = python-pygments: REST API CLI colors highlight
	provides = sftpgo
	conflicts = sftpgo
	backup = etc/sftpgo/sftpgo.json
	backup = var/lib/sftpgo/sftpgo.db
	source = https://github.com/drakkan/sftpgo/releases/download/v1.1.0/sftpgo_v1.1.0_linux_x86_64.tar.xz
	source = sftpgo.json
	source = sftpgo.sysusers
	sha256sums = 1c5f19852ecd98f802541740743d01c0301acb8d53835de3a6426d09d2151658
	sha256sums = 924316cf6eaafda33a8ee506abde051d961aee33f8a2d2f4eb907c97f47f33a3
	sha256sums = 44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8

pkgname = sftpgo-bin