summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 21e23a4b8fecba248b288392e30c079fc35e6e8b (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.6
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=('e429853939423f276a25140b0b702442d7da9a09e001c05e48df888336947614')

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