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

12 lines
347 B
Plaintext
Raw Normal View History

% layout 'android-qt6-module';
\
2024-02-15 16:48:07 +01:00
_qtver=6.6.2
pkgver=${_qtver/-/}
2023-11-27 13:41:06 +01:00
pkgrel=1
arch=(any)
url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)
pkgdesc='Classes for displaying the contents of SVG files (android)'
depends=(<%== qt6deps qw(base) %>)
makedepends=('android-cmake<%== $static_suffix %>' 'qt6-base' 'ninja' 'java-environment-openjdk=17')