PKGBUILDs/qt6-svg/mingw-w64/PKGBUILD.sh.ep

12 lines
323 B
Plaintext
Raw Normal View History

2020-10-08 17:50:23 +02:00
% layout 'mingw-w64-qt6-module';
\
2023-10-10 15:15:06 +02:00
_qtver=6.6.0
2020-10-08 17:50:23 +02:00
pkgver=${_qtver/-/}
pkgrel=2
2020-10-08 17:50:23 +02:00
arch=(any)
url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)
pkgdesc='Classes for displaying the contents of SVG files (mingw-w64)'
depends=(<%== qt6deps qw(base) %>)
makedepends=('mingw-w64-cmake<%== $static_suffix %>' 'qt6-base' 'ninja')