blob: 9eff7521bfcb924dc22dd66aa7054359f0f4f4a6 (
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
32
33
|
pkgbase = libolm-git
pkgdesc = An implementation of a well known cryptographic ratchet in C++
pkgver = 3.2.14.r2.g0eb4550
pkgrel = 1
url = https://gitlab.matrix.org/matrix-org/olm
arch = x86_64
license = Apache
checkdepends = python-pytest
checkdepends = python-pytest-benchmark
checkdepends = python-aspectlib
checkdepends = python-future
makedepends = cmake
makedepends = git
makedepends = python-build
makedepends = python-cffi
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
source = olm::git+https://gitlab.matrix.org/matrix-org/olm
md5sums = SKIP
pkgname = libolm-git
depends = gcc-libs
provides = libolm
provides = libolm.so
conflicts = libolm
pkgname = python-olm-git
depends = libolm.so
depends = python-cffi
depends = python-future
provides = python-olm
conflicts = python-olm
|