23 lines
797 B
Bash
23 lines
797 B
Bash
# Template file for 'python3-matrix-nio'
|
|
pkgname=python3-matrix-nio
|
|
version=0.14.1
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc="matrix-nio-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-future python3-aiohttp python3-aiofiles python3-h11
|
|
python3-hyper-h2 python3-logbook python3-jsonschema python3-unpaddedbase64
|
|
python3-pycryptodome olm-python3 python3-peewee python3-cachetools
|
|
python3-atomicwrites"
|
|
short_desc="Python3 matrix.org client library designed without builtin io"
|
|
maintainer="Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>"
|
|
license="ISC"
|
|
homepage="https://github.com/poljar/matrix-nio"
|
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
|
checksum=37689d0cfc6c90ad591cd479607a0aa21762d028d9a272de7fa6a547f9cf1024
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|