void-packages/srcpkgs/olm-python3/template

21 lines
712 B
Bash

# Template file for 'olm-python3'
pkgname=olm-python3
version=3.1.5
revision=3
wrksrc="olm-${version}"
build_wrksrc=python
build_style=python3-module
hostmakedepends="python3-setuptools python3-cffi"
makedepends="python3-devel libffi-devel olm-devel"
depends="python3-cffi python3-future"
short_desc="Implementation of the Double Ratchet cryptographic ratchet - Python"
maintainer="Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>"
license="Apache-2.0"
homepage="https://gitlab.matrix.org/matrix-org/olm"
distfiles="https://gitlab.matrix.org/matrix-org/olm/-/archive/${version}/olm-${version}.tar.bz2"
checksum=1cd4d92ae56373836362c3300ee79a14005a26cda3d399d278d468ba5c7c0713
pre_build() {
make include/olm/olm.h
}