blob: a778262cb7827e9173db7787b9012034b7dbf085 (
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
28
29
30
31
|
pkgbase = firefox-syncstorage-git
pkgdesc = Sync storage with build-in token server for running a self-hosted firefox sync server.
pkgver = 0.13.0.r10.gab5df9ba
pkgrel = 1
url = https://github.com/mozilla-services/syncstorage-rs
install = firefox-syncstorage.install
arch = i686
arch = x86_64
arch = arm
arch = armv6h
arch = armv7h
arch = aarch64
license = MPL2
makedepends = git
makedepends = rust
makedepends = cmake
makedepends = pkgconf
makedepends = mariadb-libs
depends = openssl
depends = python-fxa
depends = python-tokenlib
optdepends = mysql: to use a local DB server
provides = firefox-syncstorage
conflicts = firefox-syncstorage
backup = etc/firefox-syncstorage.toml
source = git+https://github.com/mozilla-services/syncstorage-rs.git
source = firefox-syncstorage.service
sha256sums = SKIP
sha256sums = 609e057cd835ea54b06b32b98e210cd946255f652e7754c9160fd7c94379a83d
pkgname = firefox-syncstorage-git
|