🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324252627
pkgname: qt6-quicktimeline
pkgver: '6.11.1'
pkgrel: '1'
pkgdesc: Qt module for keyframe-based timeline construction
url: 'https://www.qt.io/'
arch: x86_64
license:
- GPL3
- LGPL3
- FDL
- Custom
depends: []
makedepends:
- cmake
- ninja
- qt6-base
- qt6-declarative
source:
- 'https://download.qt.io/official_releases/qt/6.11/${pkgver}/submodules/qtquicktimeline-everywhere-src-${pkgver}.tar.xz'
sha256sums:
- af53f643fd9e4045e1b9ba919998e5c048ca877452c08036c9c8c5ee07ea8c27
build: |
cmake -S qtquicktimeline-everywhere-src-${pkgver} -B build -G Ninja
cmake --build build
DESTDIR=${PKGDIR} cmake --install build
package: |
true