summarylogtreecommitdiffstats
path: root/PKGBUILD.sh.ep
blob: 136fd89ca8fbb1296ca364539ab7c677f0906fe3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
% layout 'mingw-w64-qt6-module';
\
_qtver=6.8.0
pkgver=${_qtver/-/}
pkgrel=1
arch=(any)
url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)
pkgdesc='Provides access to position, satellite and area monitoring classes (mingw-w64)'
depends=(<%== qt6deps qw(base) %>)
optdepends=(<%== qt6optdeps serialport => 'NMEA plugin', declarative => 'QML bindings' %>)
makedepends=('mingw-w64-cmake<%== $static_suffix %>' <%== qt6deps qw(serialport declarative) %> 'qt6-serialbus' 'qt6-declarative' 'ninja')