New package: pyotherside-1.6.0
This commit is contained in:
parent
6a14950444
commit
744eaa077f
|
@ -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 <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
|
||||
}
|
Loading…
Reference in New Issue