# Template file for 'qt6-networkauth'
pkgname=qt6-networkauth
version=6.10.2
revision=1
build_style=cmake
hostmakedepends="perl qt6-base"
makedepends="qt6-base-private-devel qt6-plugin-networkinformation"
short_desc="Cross-platform application and UI framework - networkauth"
maintainer="John <me@johnnynator.dev>"
license="GPL-3.0-only"
homepage="https://qt.io/"
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtnetworkauth-everywhere-src-${version}.tar.xz"
checksum=4f29fd9e4b505f5714fc42296b04c701f66ced185c49de4d520cb8de4b1981b3

if [ "$XBPS_CHECK_PKGS" ]; then
	configure_args="-DQT_BUILD_TESTS=ON"
fi

do_check() {
	cd build
	local ctest_exclude="(module_includes)"
	ctest -E "$ctest_exclude"
}

qt6-networkauth-devel_package() {
	depends="${sourcepkg}>=${version}_${revision}"
	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/*.so"
		vmove "usr/lib/*.prl"
		vmove usr/lib/qt6/modules
	}
}
