23 lines
806 B
Bash
23 lines
806 B
Bash
# Template file for 'pyside2-tools'
|
|
pkgname=pyside2-tools
|
|
version=5.15.5
|
|
revision=1
|
|
_pkgname="pyside-setup-opensource-src-${version}"
|
|
build_wrksrc="sources/pyside2-tools"
|
|
build_style=cmake
|
|
hostmakedepends="cmake python3-devel shiboken2"
|
|
makedepends="python3-devel libshiboken2-devel qt5-devel
|
|
libpyside2-python3-devel"
|
|
checkdepends="pkg-config"
|
|
short_desc="Python3 bindings for the Qt5 toolkit"
|
|
maintainer="yopito <pierre.bourgin@free.fr>"
|
|
license="LGPL-3.0-or-later"
|
|
homepage="https://wiki.qt.io/Qt_for_Python/Shiboken"
|
|
distfiles="https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-${version}-src/${_pkgname}.tar.xz"
|
|
checksum=3920a4fb353300260c9bc46ff70f1fb975c5e7efa22e9d51222588928ce19b33
|
|
python_version=3
|
|
|
|
if [ ${CROSS_BUILD} ]; then
|
|
hostmakedepends+=" qt5-qmake qt5-host-tools"
|
|
fi
|