summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 0ba13863591707830e63782c6a9b18369bdf6456 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
pkgbase = sftpgo
	pkgdesc = Full featured and highly configurable SFTP server
	pkgver = 0.9.3
	pkgrel = 2
	url = https://github.com/drakkan/sftpgo
	install = sftpgo.install
	arch = i686
	arch = x86_64
	license = GPL3
	makedepends = gcc
	makedepends = git
	makedepends = go
	depends = glibc
	optdepends = sqlite: to use SQLite provider
	optdepends = postgresql: to use PostgreSQL provider
	optdepends = mariadb: to use MySQL provider
	backup = etc/sftpgo/sftpgo.json
	source = git+https://github.com/drakkan/sftpgo#tag=0.9.3
	sha256sums = SKIP

pkgname = sftpgo