void-packages/srcpkgs/kqtquickcharts/template
2021-11-07 01:11:32 +01:00

24 lines
743 B
Bash

# Template file for 'kqtquickcharts'
pkgname=kqtquickcharts
version=21.08.3
revision=1
build_style=cmake
hostmakedepends="extra-cmake-modules qt5-host-tools qt5-qmake"
makedepends="qt5-declarative-devel"
depends="qt5-quickcontrols2"
short_desc="QtQuick plugin to render beautiful and interactive charts"
maintainer="John <me@johnnynator.dev>"
license="LGPL-2.1-or-later"
homepage="https://edu.kde.org/"
distfiles="${KDE_SITE}/release-service/${version}/src/${pkgname}-${version}.tar.xz"
checksum=8a15c5225a47a123efd560095b171e76ee3f08b1efce90002bf2cb75b0b6df4f
kqtquickcharts-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/cmake
}
}