blob: 066cacc47f4a3e9d7f850095573735a31431d429 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
% layout 'android-qt6-module';
\
_qtver=6.9.0
pkgver=${_qtver/-/}
pkgrel=1
arch=(any)
url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)
pkgdesc='Qt module for general purpose serial bus access (android)'
depends=(<%== qt6deps qw(serialport) %>)
makedepends=('android-cmake<%== $static_suffix %>' 'qt6-base' 'qt6-serialbus' 'ninja')
|