summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 79f0c7ac4a062441304616a429738172a4e86388 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: Achmad Fathoni<fathoni.id(at)gmail.com>
pkgname=python-libclang
_pkgname=${pkgname:7}
pkgver=14.0.1
pkgrel=1
pkgdesc="Clang Python Bindings"
arch=(x86_64)
url="https://pypi.org/project/${_pkgname}"
license=('Apache')
makedepends=(python-build python-installer python-wheel)
depends=(python)
source=(https://files.pythonhosted.org/packages/py2.py3/${_pkgname::1}/$_pkgname/$_pkgname-$pkgver-py2.py3-none-manylinux1_x86_64.whl)
sha256sums=('02bacd219959601c627872f2c7c7090ce57cf6bd497618388e41813c7ee75a3a')

package() {
    python -m installer --destdir="$pkgdir" *.whl
}