mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-19 07:37:01 +02:00
18 lines
641 B
Bash
18 lines
641 B
Bash
# Template file for 'qt6-translations'
|
|
pkgname=qt6-translations
|
|
version=6.8.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=d2106e8a580bfd77702c4c1840299288d344902b0e2c758ca813ea04c6d6a3d1
|
|
|
|
pre_configure() {
|
|
rm -rf build
|
|
mkdir build
|
|
}
|