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

12 lines
361 B
Plaintext
Raw Normal View History

2021-04-28 17:11:48 +02:00
% layout 'android-qt6-module';
\
2024-02-15 16:48:07 +01:00
_qtver=6.6.2
2021-04-28 17:11:48 +02:00
pkgver=${_qtver/-/}
pkgrel=1
arch=(any)
url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)
pkgdesc='Virtual keyboard framework (android)'
2021-07-08 14:24:58 +02:00
depends=(<%== qt6deps qw(declarative svg) %>)
makedepends=('android-cmake<%== $static_suffix %>' 'qt6-declarative' 'qt6-shadertools' 'ninja' 'java-environment-openjdk=17')