pkgname: 'qt6-serialport' pkgver: '6.11.1' pkgrel: '1' pkgdesc: 'Provides access to hardware and virtual serial ports' url: 'https://www.qt.io/' arch: x86_64 license: - GPL3 - LGPL3 - FDL - Custom depends: [] makedepends: - cmake - ninja - 'qt6-base' source: - 'https://download.qt.io/official_releases/qt/6.11/${pkgver}/submodules/qtserialport-everywhere-src-${pkgver}.tar.xz' sha256sums: - SKIP build: | cmake -S qtserialport-everywhere-src-${pkgver} -B build -G Ninja cmake --build build DESTDIR=${PKGDIR} cmake --install build package: | true