blob: d59f8780740257f85270fe610aed3fcd6d84691a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = sliding-sync-git
pkgdesc = Run a sliding sync proxy. An implementation of MSC3575.
pkgver = r1754.62d3798
pkgrel = 1
url = https://github.com/matrix-org/sliding-sync
install = sliding-sync-git.install
arch = x86_64
license = Apache
makedepends = go
makedepends = git
depends = postgresql>13
provides = sliding-sync
backup = etc/default/sliding-sync
source = git+https://github.com/matrix-org/sliding-sync.git
source = sliding-sync-git.service
sha256sums = SKIP
sha256sums = b3b669052508077f16107b0de662699669a47dfb0519701119d5548110869f1c
pkgname = sliding-sync-git
|