summarylogtreecommitdiffstats
path: root/PKGBUILD.sh.ep
blob: e1b5d53fd3aa658b5687f7858ed1bd0f278fdf9b (plain)
1
2
3
4
5
6
7
8
9
10
11
% layout 'android-qt6-module', has_binaries => 1;
\
_qtver=6.2.2
pkgver=${_qtver/-/}
pkgrel=1
arch=(any)
url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)
pkgdesc='A cross-platform application and UI framework (tools, android)'
depends=(<%== qt6deps qw(base) %>)
makedepends=('android-cmake<%== $static_suffix %>' <%== qt6deps qw(declarative) %> 'qt6-declarative' 'qt6-tools' 'ninja' 'java-environment-openjdk=8')