Date: Wednesday, October 7, 2020 @ 09:28:33 Author: arodseth Revision: 720240
Add python-pivy, required by FreeCAD Added: python-pivy/ python-pivy/repos/ python-pivy/repos/community-any/ python-pivy/trunk/ python-pivy/trunk/PKGBUILD ----------+ PKGBUILD | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) Added: python-pivy/trunk/PKGBUILD =================================================================== --- python-pivy/trunk/PKGBUILD (rev 0) +++ python-pivy/trunk/PKGBUILD 2020-10-07 09:28:33 UTC (rev 720240) @@ -0,0 +1,20 @@ +# Maintainer: Alexander F. Rødseth <[email protected]> +# Contributor: Grey Christoforo + +pkgname=python-pivy +pkgver=0.6.5 +pkgrel=1 +pkgdesc='Bindings to Coin3D' +arch=(x86_64) +license=(BSD) +url='https://github.com/coin3d/pivy' +depends=(python soqt) +makedepends=(cmake git glu python-setuptools swig) +source=("git+$url#commit=cde1297b0e0da2b93d261c9ec24b8ece7d167c91") # tag: 0.6.5 +sha256sums=(SKIP) + +package() { + cd pivy + python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +}
