summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 800324bd5a5fd790fd5501079362335af43b5065 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Maintainer: Cyril <cyrwae[at]hotmail[dot]com>
pkgname=python-fcl
pkgver=0.7.0.6
pkgrel=1
pkgdesc="Python bindings for the Flexible Collision Library"
arch=('x86_64')
url="https://github.com/BerkeleyAutomation/python-fcl"
license=('GPL')
groups=()
depends=()
makedepends=(python-build python-installer python-wheel)
optdepends=()
provides=('python-fcl')
conflicts=()
replaces=()
backup=()
options=()
install=
changelog=
_py=cp311
source_x86_64=(https://files.pythonhosted.org/packages/$_py/${pkgname::1}/$pkgname/${pkgname//-/_}-$pkgver-$_py-${_py}-manylinux_2_17_x86_64.manylinux2014_x86_64.whl)
noextract=()
md5sums_x86_64=('6aee05a7a8f312a41d3fe7e6f5074b5b')

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