pkgname: 'qt6-webchannel' pkgver: '6.11.1' pkgrel: '1' pkgdesc: 'Access to QObject, QML objects from HTML clients for Qt applications with HTML/JavaScript clients' url: 'https://www.qt.io/' arch: x86_64 license: - FDL - GPL3 - LGPL3 - custom depends: [] makedepends: - cmake - ninja - 'qt6-base' - 'qt6-declarative' source: - 'https://mirrors.20i.com/pub/qt.io/official_releases/qt/6.11/${pkgver}/submodules/qtwebchannel-everywhere-src-${pkgver}.tar.xz' sha256sums: - SKIP build: | cmake -S qtwebchannel-everywhere-src-${pkgver} -B build -G Ninja cmake --build build DESTDIR=${PKGDIR} cmake --install build package: | true