# Template file for 'qt6-webchannel' pkgname=qt6-webchannel version=6.6.0 revision=1 build_style=cmake hostmakedepends="perl qt6-base qt6-declarative-host-tools" makedepends="qt6-base-devel qt6-declarative-devel qt6-websockets-devel" short_desc="Cross-platform application and UI framework - webchannel" maintainer="John " license="(LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only) AND GPL-3.0-only with Qt-GPL-exception-1.0" homepage="https://qt.io/" distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtwebchannel-everywhere-src-${version}.tar.xz" checksum=fddcb38e6d5843f9c7570654f1a12aaf0086e5a01f7bf3cf170064fcc5a3f51c do_check() { cd build export QML2_IMPORT_PATH="$wrksrc/build/lib${XBPS_TARGET_WORDSIZE}/qt6/qml" ctest -E module_includes } post_install() { rm -rf ${DESTDIR}/usr/tests } qt6-webchannel-devel_package() { depends="${sourcepkg}>=${version}_${revision} qt6-base-devel>=${version}_1 qt6-websockets-devel>=${version}_1" short_desc+=" - development files" pkg_install() { vmove usr/include vmove usr/lib/cmake vmove usr/lib/qt6/metatypes vmove usr/lib/pkgconfig vmove usr/lib/qt6/mkspecs vmove usr/lib/qt6/qml/QtWebChannel/plugins.qmltypes vmove "usr/lib/*.so" vmove "usr/lib/*.prl" vmove usr/lib/qt6/modules } }