blob: 232ae5cb6272fabe4baf04192c348db6396d5f45 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
pkgbase = python-omemo-git
pkgdesc = An open python implementation of the OMEMO Multi-End Message and Object Encryption protocol.
pkgver = r243.ea8c408
pkgrel = 2
url = https://github.com/Syndace/python-omemo
arch = any
license = MIT
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python
depends = python-typing_extensions
depends = python-xeddsa
optdepends = python-prettytable: for the optional cli
optdepends = python-twisted: alternative async backend
provides = python-omemo
conflicts = python-omemo
source = python-omemo-git::git+https://github.com/Syndace/python-omemo.git
sha256sums = SKIP
pkgname = python-omemo-git
|