🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819202122232425
pkgname: qt6-location
pkgver: '6.11.1'
pkgrel: '1'
pkgdesc: A cross-platform application and UI framework, QtLocation files
url: 'https://qt-project.org/'
arch: x86_64
license:
- GPL3 LGPL3 FDL Custom
depends: []
makedepends:
- icu
- qt6-base
- qt6-declarative
- qt6-tools
- qt6-positioning
source:
- 'https://download.qt.io/official_releases/qt/6.11/${pkgver}/submodules/qtlocation-everywhere-src-${pkgver}.tar.xz'
sha256sums:
- 3791ce77299e6f600a593d0fbfa5bd32fbcfc2d16104782b84acc489e382e41b
build: |
cmake -S qtlocation-everywhere-src-${pkgver} -B build -G Ninja
cmake --build build
DESTDIR=${PKGDIR} cmake --install build
package: |
true