PKGBUILDs/qt6-webchannel/android-aarch64/PKGBUILD.sh.ep

12 lines
445 B
Plaintext
Raw Normal View History

% layout 'android-qt6-module';
\
2024-02-15 16:48:07 +01:00
_qtver=6.6.2
pkgver=${_qtver/-/}
pkgrel=1
arch=(any)
url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)
2021-07-08 14:24:58 +02:00
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=17')