blob: 36ecfc1a9fded5b288072351ff0ad8465d79f5ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
% layout 'android-qt6-module';
\
_qtver=6.8.2
pkgver=${_qtver/-/}
pkgrel=1
arch=(any)
url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)
pkgdesc='Plugins for additional image formats: TIFF, TGA, WBMP (android)'
depends=(<%== qt6deps qw(base) %> "android-${_android_arch}-libwebp")
makedepends=('android-cmake<%== $static_suffix %>' 'qt6-base' 'ninja')
|