pkgname: qcoro-qt6 pkgver: '0.13.0' pkgrel: 1 pkgdesc: C++ Coroutines for Qt url: 'https://github.com/danvratil/qcoro' arch: x86_64 license: - MIT depends: [] makedepends: - cmake - qt6-base - qt6-declarative - qt6-websockets source: - 'https://github.com/danvratil/qcoro/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz' sha256sums: - SKIP build: | mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DUSE_QT_VERSION=6 \ -DBUILD_SHARED_LIBS=ON \ ../qcoro-${pkgver} make make DESTDIR=${PKGDIR} install package: | true