PKGBUILDs/qt6-serialbus/mingw-w64/PKGBUILD.sh.ep
Martchus d3fe1ca09e Update Qt 6 packages to 6.6.3
No rebuild and update of checksums has been done (except for static-compat
variant); waiting for regular Qt 6 packages to updated first.
2024-03-28 20:27:29 +01:00

12 lines
344 B
Plaintext

% layout 'mingw-w64-qt6-module';
\
_qtver=6.6.3
pkgver=${_qtver/-/}
pkgrel=1
arch=(any)
url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)
pkgdesc='Qt module for general purpose serial bus access (mingw-w64)'
depends=(<%== qt6deps qw(serialport) %>)
makedepends=('mingw-w64-cmake<%== $static_suffix %>' 'qt6-base' 'qt6-serialbus' 'ninja')