🔒 Repository is read-only – file editing is disabled.

recipes/gui/qcoro-qt6/PAGBUILD.yaml main

30 linii Raw ← Powrót
123456789101112131415161718192021222324252627282930
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