void-packages/srcpkgs/olm-python3/template

22 lines
862 B
Bash

# Template file for 'olm-python3'
pkgname=olm-python3
version=3.2.16
revision=1
build_wrksrc=python
build_style=python3-module
hostmakedepends="python3-setuptools python3-cffi"
makedepends="python3-devel libffi-devel olm-devel"
depends="python3-cffi python3-future"
checkdepends="${depends} python3-pytest python3-pytest-benchmark python3-aspectlib python3-pytest-isort"
short_desc="Implementation of the Double Ratchet cryptographic ratchet - Python"
maintainer="Orphaned <orphan@voidlinux.org>"
license="Apache-2.0"
homepage="https://gitlab.matrix.org/matrix-org/olm"
changelog="https://gitlab.matrix.org/matrix-org/olm/-/raw/master/CHANGELOG.rst"
distfiles="https://gitlab.matrix.org/matrix-org/olm/-/archive/${version}/olm-${version}.tar.bz2"
checksum=327cfcb81ef0c42f4b1d5c24b25d56932b57d64ccd9f00ed919a893a43333411
pre_build() {
make include/olm/olm.h
}