summarylogtreecommitdiffstats
path: root/PKGBUILD.sh.ep
blob: c765bbc7dcb75851cd0e65e606e540a5d3471ebe (plain)
1
2
3
4
5
6
7
8
9
10
11
% layout 'mingw-w64-qt6-module';
\
_qtver=6.1.3
pkgver=${_qtver/-/}
pkgrel=1
arch=(any)
url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)
pkgdesc='Next generation user interface controls based on Qt Quick (mingw-w64)'
depends=(<%== qt6deps qw(declarative) %>)
makedepends=('mingw-w64-cmake<%== $static_suffix %>' 'mingw-w64-vulkan-headers' 'mingw-w64-vulkan-icd-loader' 'qt6-declarative' 'ninja')