PKGBUILDs/qt6-quicktimeline/mingw-w64/PKGBUILD.sh.ep
Martchus d842986078 Add further mingw-w64-qt6-* packages, update dependencies
Note that mingw-w64-qt6-quick3d and mingw-w64-qt6-3d currently fail due
to problems in mingw-w64-assimp's CMake package.
2020-10-12 15:09:47 +02:00

12 lines
380 B
Plaintext

% layout 'mingw-w64-qt6-module';
\
_qtver=6.0.0-alpha
pkgver=${_qtver/-/}
pkgrel=1
arch=(any)
url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)
pkgdesc='Qt module for keyframe-based timeline construction (mingw-w64)'
depends=(<%== qt6deps qw(declarative) %>)
makedepends=('mingw-w64-cmake' 'mingw-w64-vulkan-headers' 'mingw-w64-vulkan-icd-loader' 'qt6-declarative' 'ninja')