summarylogtreecommitdiffstats
path: root/PKGBUILD.sh.ep
blob: b023e0fd18519cb0e618e92a41c6ae42e55311a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
% layout 'mingw-w64-qt5-module';
\
pkgver=5.15.11
pkgrel=1
arch=('any')
pkgdesc="QPA plugin for running an application via a browser using streamed WebGL commands (mingw-w64)"
depends=(<%== qt5deps qw(declarative websockets) %>)
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config')
license=('GPL3' 'LGPL3' 'FDL' 'custom')
\
% content_for build_config => begin
      _additional_qmake_args=QT_INSTALL_PREFIX=/usr/${_arch}
% end