summarylogtreecommitdiffstats
path: root/PKGBUILD.sh.ep
blob: fc35d96c697d4f3ffec5b095c8d0d3954e5b1c4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
% layout 'mingw-w64-qt6-module', has_binaries => 1;
\
_qtver=6.0.0-alpha
pkgver=${_qtver/-/}
pkgrel=1
arch=(any)
url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)
pkgdesc='C++ and QML APIs for easy inclusion of 3D graphics (mingw-w64)'
depends=(<%== qt6deps qw(declarative) %>)
makedepends=('mingw-w64-cmake' 'mingw-w64-vulkan-headers' 'mingw-w64-vulkan-icd-loader' 'mingw-w64-assimp'
             'qt6-shadertools' 'qt6-declarative' 'ninja')
optdepends=('mingw-w64-assimp: Import from assimp'
            <%== qt6optdeps shadertools => 'RHI renderer' %>)