23 lines
741 B
Bash
23 lines
741 B
Bash
# Template file for 'kqtquickcharts'
|
|
pkgname=kqtquickcharts
|
|
version=19.12.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 <johnz@posteo.net>"
|
|
license="LGPL-2.1-or-later"
|
|
homepage="https://edu.kde.org/"
|
|
distfiles="${KDE_SITE}/release-service/${version}/src/${pkgname}-${version}.tar.xz"
|
|
checksum=94669a7add0cef9a1c0969a92ece8e60a67fbb0ff32826cc49ce87bd890c976c
|
|
|
|
kqtquickcharts-devel_package() {
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/cmake
|
|
}
|
|
}
|