# Template file for 'qt6-translations'
pkgname=qt6-translations
version=6.10.2
revision=1
build_style=cmake
hostmakedepends="qt6-base qt6-tools perl"
makedepends="qt6-base-devel qt6-tools-devel"
short_desc="Cross-platform application and UI framework - translations"
maintainer="John <me@johnnynator.dev>"
license="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/qttranslations-everywhere-src-${version}.tar.xz"
checksum=b3b3813bc9d76b545716dc8b6e659fa71b6e2bc14569e9fab6dab8b30650a644

pre_configure() {
	rm -rf build
	mkdir build
}
