summarylogtreecommitdiffstats
path: root/PKGBUILD.sh.ep
blob: acfc5764ae4e80464a7395d57af1fe6e9f317222 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
% layout 'android-qt6-module';
\
_qtver=6.8.1
pkgver=${_qtver/-/}
pkgrel=1
arch=(any)
url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)
pkgdesc='Provides access to sensor hardware and motion gesture recognition (android)'
depends=(<%== qt6deps qw(connectivity) %>)
optdepends=(<%== qt6optdeps declarative => 'QML bindings' %>)
makedepends=('android-cmake<%== $static_suffix %>' <%== qt6deps qw(declarative) %> 'qt6-declarative' 'ninja')