# Template file for 'qt6-translations'
pkgname=qt6-translations
version=6.11.1
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=37c02c81206594c7bb4edca85ac93e8e55a9836b70c960fde6cb0f8623ec5677

pre_configure() {
	rm -rf build
	mkdir build
}
