PKGBUILDs/qt6-5compat/mingw-w64/PKGBUILD.sh.ep

12 lines
317 B
Plaintext

% layout 'mingw-w64-qt6-module';
\
_qtver=6.1.1
pkgver=${_qtver/-/}
pkgrel=1
arch=(any)
url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)
pkgdesc='Module that contains unsupported Qt 5 APIs (mingw-w64)'
depends=(<%== qt6deps qw(base) %>)
makedepends=('mingw-w64-cmake<%== $static_suffix %>' 'qt6-base' 'ninja')