void-packages/srcpkgs/kquickcharts/template
2021-09-21 09:39:50 +02:00

20 lines
671 B
Bash

# Template file for 'kquickcharts'
pkgname=kquickcharts
version=5.86.0
revision=1
build_style=cmake
hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools"
makedepends="qt5-declarative-devel qt5-quickcontrols2-devel"
checkdepends="glslang which"
short_desc="QtQuick plugin providing high-performance charts"
maintainer="John <me@johnnynator.dev>"
license="LGPL-2.1-only OR LGPL-3.0-only"
homepage="https://community.kde.org/Frameworks"
distfiles="${KDE_SITE}/frameworks/${version%.*}/kquickcharts-${version}.tar.xz"
checksum=07437496afc19263268f937d5b24a303fbd19356d3367f5f03e0a2342df30db0
do_check() {
cd build
# QML tests require OpenGL
ctest -E ".*\.qml"
}