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

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

25 linii Raw ← Powrót
12345678910111213141516171819202122232425
pkgname: qt6-positioning
pkgver: '6.11.1'
pkgrel: '1'
pkgdesc: Provides access to position, satellite and area monitoring classes
url: 'https://qt-project.org/'
arch: x86_64
license:
- GPL3
- LGPL3
- FDL
- Custom
depends: []
makedepends:
- qt6-declarative
- qt6-serialport
source:
- 'https://download.qt.io/official_releases/qt/6.11/${pkgver}/submodules/qtpositioning-everywhere-src-${pkgver}.tar.xz'
sha256sums:
- d5e6b91801ae286e7630016caea3bdc5e1978b4291d6741d0d64c125650f78f5
build: |
  cmake -S qtpositioning-everywhere-src-${pkgver} -B build -G Ninja
  cmake --build build
  DESTDIR=${PKGDIR} cmake --install build
package: |
  true