summaryrefslogtreecommitdiff
path: root/python3-olm/Pkgfile
blob: 2c500deec1e9a807de42c4f9c1936ee7c1ec2819 (plain)
    1 # Description: python bindings for libolm
    2 # URL: https://gitlab.matrix.org/matrix-org/olm
    3 # Maintainer: Tim Biermann, tbier at posteo dot de
    4 # Depends on: libolm python3-cffi python3-future
    5 
    6 name=python3-olm
    7 version=3.2.14
    8 release=1
    9 source=(https://gitlab.matrix.org/matrix-org/olm/-/archive/$version/olm-$version.tar.bz2)
   10 
   11 build() {
   12   cd olm-$version/python
   13 
   14   make olm-python3
   15   /usr/bin/python3 setup.py install --root=$PKG --optimize=1 --skip-build
   16 }

Generated by cgit