summarylogtreecommitdiffstats
path: root/PKGBUILD.sh.ep
blob: 370cbca8388ed64bdd95a947d9f1a387ed675d96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
% layout 'mingw-w64-qt5-module';
\
% content_for additional_contributors => begin
# Contributor: Wolfgang Pupp <wolfgang.pupp@gmail.com>
% end
\
pkgver=5.15.15
pkgrel=1
arch=('any')
pkgdesc="Qt module for general purpose serial bus access (mingw-w64)"
depends=(<%== qt5deps qw(serialport) %>)
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config')
license=('GPL3' 'LGPL3' 'FDL' 'custom')
\
% content_for prepare => begin

  # don't build examples or tests
  sed -i 's/ examples tests//' qtserialbus.pro
% end