diff --git a/srcpkgs/pyotherside/template b/srcpkgs/pyotherside/template new file mode 100644 index 00000000000..97dc745b4d6 --- /dev/null +++ b/srcpkgs/pyotherside/template @@ -0,0 +1,21 @@ +# Template file for 'pyotherside' +pkgname=pyotherside +version=1.6.0 +revision=1 +build_style=qmake +configure_args="PYTHON_CONFIG=${XBPS_CROSS_BASE}/usr/bin/python3-config" +hostmakedepends="qt5-qmake qt5-host-tools" +makedepends="python3-devel qt5-svg-devel qt5-declarative-devel" +short_desc="Asynchronous Python 3 Bindings for Qt 5" +maintainer="Joel Beckmeyer " +license="ISC" +homepage="https://thp.io/2011/pyotherside/" +distfiles="https://github.com/thp/pyotherside/archive/${version}.tar.gz" +checksum=ead71d0a549acb6664d72745fae5b1d4e433274c64be6a680ceeeef0754451ab + +post_install() { + vlicense LICENSE + + # remove tests polluting /usr + rm ${DESTDIR}/usr/tests/qtquicktests/qtquicktests +}