🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324252627
pkgname: kplotting
pkgver: '6.28.0'
pkgrel: '1'
pkgdesc: 'Lightweight plotting framework'
url: 'https://www.kde.org/'
arch: x86_64
license:
- 'LGPL-2.0-only LGPL-3.0-only'
depends: []
makedepends:
- 'extra-cmake-modules'
- 'qt6-base'
- 'qt6-tools'
source:
- 'https://download.kde.org/stable/frameworks/6.28/${pkgname}-${pkgver}.tar.xz'
sha256sums:
- SKIP
build: |
cmake -B build -S kplotting-6.28.0 -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LIBDIR=lib -DBUILD_TESTING=OFF -Wno-dev
cmake --build build
package: |
DESTDIR="${PKGDIR}" cmake --install build