🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324252627282930313233343536
pkgname: 'qt6-3d'
pkgver: '6.11.1'
pkgrel: '1'
pkgdesc: 'APIs for easy inclusion of 3D graphics'
url: 'https://www.qt.io/'
arch: x86_64
license:
- GPL3
- LGPL3
- FDL
- Custom
depends: []
makedepends:
- cmake
- ninja
- 'qt6-base'
- 'qt6-declarative'
- 'qt6-shadertools'
- 'qt6-multimedia'
- assimp
- 'vulkan-headers'
source:
- 'https://download.qt.io/official_releases/qt/6.11/${pkgver}/submodules/qt3d-everywhere-src-${pkgver}.tar.xz'
sha256sums:
- SKIP
build: |
cmake -S qt3d-everywhere-src-${pkgver} -B build -G Ninja
cmake --build build
DESTDIR=${PKGDIR} cmake --install build
package: |
true