2022-11-22 20:33:35 +01:00

32 lines
835 B
Plaintext

# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=gbinder-python
pkgver=1.1.1
pkgrel=1
pkgdesc="Python bindings for libgbinder"
url="https://github.com/erfanoabdi/gbinder-python"
# s390x blocked by libgbinder
arch="all !s390x"
license="GPL-3.0-only"
depends="python3"
makedepends="
cython
libgbinder-dev
py3-setuptools
python3-dev
"
source="https://github.com/erfanoabdi/gbinder-python/archive/$pkgver/gbinder-python-$pkgver.tar.gz"
options="!check" # No properly runnable tests
build() {
python3 setup.py build --cython
}
package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
sha512sums="
1910d6e904ac46da519064e9dc57e4059e1ea7072f2cf4b7ca0888a73701a590ff565fe9e9ca67acf94dba2a69f3138457d8b9533c2360befdd508b983f32a03 gbinder-python-1.1.1.tar.gz
"