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

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

30 linii Raw ← Powrót
123456789101112131415161718192021222324252627282930
pkgname: 'qt6-sensors'
pkgver: '6.11.1'
pkgrel: '1'
pkgdesc: 'Provide access to sensor hardware and motion gesture recognition'
url: 'https://qt-project.org/'
arch: x86_64
license:
- GPL3
- LGPL3
- FDL
- Custom

depends: []
makedepends:
- 'qt6-base'
- 'qt6-declarative'

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

sha256sums:
- SKIP

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

package: |
  true