summarylogtreecommitdiffstats
path: root/PKGBUILD.sh.ep
blob: e81d3fc4ab02de18a9e913d61be5652bc320fabd (plain)
1
2
3
4
5
6
7
8
9
10
11
% layout 'android-qt6-module';
\
_qtver=6.2.4
pkgver=${_qtver/-/}
pkgrel=1
arch=(any)
url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)
pkgdesc='Provides access to QObject or QML objects from HTML clients for seamless integration of Qt applications with HTML/JavaScript clients (android)'
depends=(<%== qt6deps qw(declarative) %>)
makedepends=('android-cmake<%== $static_suffix %>' 'qt6-declarative' 'ninja' 'java-environment-openjdk=8')