summarylogtreecommitdiffstats
path: root/PKGBUILD.sh.ep
blob: 7db5578b6d916c6671b163b15fa3e9c5646b5431 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
% layout 'android-qt6-module', has_binaries => 1;
\
_qtver=6.2.3
pkgver=${_qtver/-/}
pkgrel=1
arch=(any)
url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)
pkgdesc='Experimental module providing APIs and a host tool to host tool to perform graphics and compute shader conditioning for the upcoming Qt graphics abstraction layer (android)'
depends=(<%== qt6deps qw(base) %>)
makedepends=('android-cmake<%== $static_suffix %>' 'qt6-shadertools' 'ninja' 'java-environment-openjdk=8')
optdepends=('qt6-shadertools: development tools')