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';
\
2020-12-08 13:23:38 +01:00
_qtver=6.0.0
2020-10-08 17:50:23 +02:00
pkgver=${_qtver/-/}
pkgrel=1
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')