22 lines
704 B
Bash
22 lines
704 B
Bash
# Template file for 'pyotherside'
|
|
pkgname=pyotherside
|
|
version=1.6.1
|
|
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 <joel@beckmeyer.us>"
|
|
license="ISC"
|
|
homepage="https://thp.io/2011/pyotherside/"
|
|
distfiles="https://github.com/thp/pyotherside/archive/${version}.tar.gz"
|
|
checksum=d8ce8383990635472be98461f12c2352e98bc8351faa3416e6fa4679f8f08f06
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
|
|
# remove tests polluting /usr
|
|
rm ${DESTDIR}/usr/tests/qtquicktests/qtquicktests
|
|
}
|