[arch-commits] Commit in (sip5 sip5/trunk sip5/trunk/PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Nov 10 16:50:56 UTC 2019


    Date: Sunday, November 10, 2019 @ 16:50:55
  Author: arojas
Revision: 367687

Add sip v5

Added:
  sip5/
  sip5/trunk/
  sip5/trunk/PKGBUILD

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

Added: sip5/trunk/PKGBUILD
===================================================================
--- sip5/trunk/PKGBUILD	                        (rev 0)
+++ sip5/trunk/PKGBUILD	2019-11-10 16:50:55 UTC (rev 367687)
@@ -0,0 +1,22 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=sip5
+pkgver=5.0.0
+pkgrel=1
+arch=(x86_64)
+pkgdesc="A tool that makes it easy to create Python bindings for C and C++ libraries"
+url='https://www.riverbankcomputing.com/software/sip/intro'
+license=('custom:"sip"')
+depends=(python-setuptools python-toml)
+source=("https://www.riverbankcomputing.com/static/Downloads/sip/$pkgver/sip-$pkgver.tar.gz")
+sha256sums=('c034d427f52584d63277dd7df4d16d00c5df0b5cb838e0c256865b854b7e074b')
+
+build() {
+  cd sip-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd sip-$pkgver
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list