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

13 lines
437 B
Plaintext
Raw Normal View History

2021-07-08 14:24:58 +02:00
% layout 'android-qt6-module';
\
2024-02-15 16:48:07 +01:00
_qtver=6.6.2
2021-07-08 14:24:58 +02:00
pkgver=${_qtver/-/}
pkgrel=1
arch=(any)
url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)
pkgdesc='Provides access to Bluetooth hardware (android)'
depends=(<%== qt6deps qw(base) %>)
optdepends=(<%== qt6optdeps declarative => 'QML bindings' %>)
makedepends=('android-cmake<%== $static_suffix %>' <%== qt6deps qw(declarative) %> 'qt6-declarative' 'ninja' 'java-environment-openjdk=17')