[arch-commits] Commit in python-pivy/repos (2 files)

Alexander Rødseth arodseth at archlinux.org
Wed Oct 7 09:28:43 UTC 2020


    Date: Wednesday, October 7, 2020 @ 09:28:43
  Author: arodseth
Revision: 720241

archrelease: copy trunk to community-x86_64

Added:
  python-pivy/repos/community-x86_64/
  python-pivy/repos/community-x86_64/PKGBUILD
    (from rev 720240, python-pivy/trunk/PKGBUILD)

----------+
 PKGBUILD |   20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

Copied: python-pivy/repos/community-x86_64/PKGBUILD (from rev 720240, python-pivy/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2020-10-07 09:28:43 UTC (rev 720241)
@@ -0,0 +1,20 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# 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"
+}



More information about the arch-commits mailing list