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

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

24 linii Raw ← Powrót
123456789101112131415161718192021222324
pkgname: 'qt6-charts'
pkgver: '6.11.1'
pkgrel: '1'
pkgdesc: 'A cross-platform application and UI framework, QtCharts files'
url: 'https://qt-project.org/'
arch: x86_64
depends: []
makedepends:
- 'qt6-base'
- 'qt6-declarative'

source:
- 'https://download.qt.io/official_releases/qt/6.11/${pkgver}/submodules/qtcharts-everywhere-src-${pkgver}.tar.xz'

sha256sums:
- SKIP

build: |
  cmake -S qtcharts-everywhere-src-${pkgver} -B build -G Ninja
  cmake --build build
  DESTDIR=${PKGDIR} cmake --install build

package: |
  true