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

12 lines
347 B
Plaintext
Raw Normal View History

% layout 'android-qt6-module';
\
2024-04-02 23:14:50 +02:00
_qtver=6.7.0
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')