summarylogtreecommitdiffstats
path: root/PKGBUILD.sh.ep
blob: 37a553ae66fcf88a9a96eb510892b540e8565dab (plain)
1
2
3
4
5
6
7
8
9
10
11
% layout 'mingw-w64-qt6-module';
\
_qtver=6.6.3
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')