summarylogtreecommitdiffstats
path: root/PKGBUILD.sh.ep
blob: eb56c1ac1db783a78d97896c21d6eca240aca940 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
% layout 'android-qt6-module';
\
_qtver=6.7.0
pkgver=${_qtver/-/}
pkgrel=1
arch=(any)
url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)
pkgdesc='Static and runtime integration of SCXML models into Qt6 code (android)'
depends=(<%== qt6deps qw(base) %>)
optdepends=(<%== qt6optdeps declarative => 'QML bindings' %>)
makedepends=('android-cmake<%== $static_suffix %>' <%== qt6deps qw(declarative) %> 'qt6-declarative' 'qt6-scxml' 'ninja' 'java-environment-openjdk=17')