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

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

25 linii Raw ← Powrót
12345678910111213141516171819202122232425
pkgname: 'qt6-connectivity'
pkgver: '6.11.1'
pkgrel: '1'
pkgdesc: 'A cross-platform application and UI framework, QtConnectivity files'
url: 'https://qt-project.org/'
arch: x86_64
depends: []
makedepends:
- 'qt6-declarative'
- bluez
- cmake

source:
- 'https://download.qt.io/official_releases/qt/6.11/${pkgver}/submodules/qtconnectivity-everywhere-src-${pkgver}.tar.xz'

sha256sums:
- SKIP

build: |
  cmake -S qtconnectivity-everywhere-src-${pkgver} -B build -G Ninja
   cmake --build build
   DESTDIR=${PKGDIR} cmake --install build

package: |
  true