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