🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324252627282930313233
pkgname: 'qt6-tools'
pkgver: '6.11.1'
pkgrel: '1'
pkgdesc: 'A cross-platform application and UI framework (Development Tools, QtHelp)'
url: 'https://www.qt.io/'
arch: x86_64
license:
- LGPL3
- LGPL3
- FDL
- Custom
depends: []
makedepends:
- llvm
- cmake
- ninja
- 'qt6-base'
- 'qt6-declarative'
source:
- 'https://download.qt.io/official_releases/qt/6.11/${pkgver}/submodules/qttools-everywhere-src-${pkgver}.tar.xz'
sha256sums:
- SKIP
build: |
cmake -S qttools-everywhere-src-${pkgver} -B build -G Ninja
cmake --build build
DESTDIR=${PKGDIR} cmake --install build
package: |
true