# Template file for 'qt6-webchannel'
pkgname=qt6-webchannel
version=6.8.2
revision=1
build_style=cmake
hostmakedepends="perl qt6-base qt6-declarative-host-tools"
makedepends="qt6-base-private-devel qt6-declarative-private-devel
 qt6-websockets-devel"
short_desc="Cross-platform application and UI framework - webchannel"
maintainer="John <me@johnnynator.dev>"
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=869f1e53f44673a57670005b1239cd67b9a5f372c8cae799c1e4af3f1c68b7ac

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
	}
}
