22 lines
704 B
Bash
22 lines
704 B
Bash
# Template file for 'pyotherside'
|
|
pkgname=pyotherside
|
|
version=1.6.0
|
|
revision=2
|
|
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 <joel@beckmeyer.us>"
|
|
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
|
|
}
|