New package: kqtquickcharts-18.12.2
This commit is contained in:
parent
b385fbb72b
commit
1aa23c5342
|
@ -0,0 +1 @@
|
|||
kqtquickcharts
|
|
@ -0,0 +1,23 @@
|
|||
# Template file for 'kqtquickcharts'
|
||||
pkgname=kqtquickcharts
|
||||
version=18.12.2
|
||||
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="GPL-3.0-or-later"
|
||||
homepage="https://edu.kde.org/"
|
||||
distfiles="${KDE_SITE}/applications/${version}/src/${pkgname}-${version}.tar.xz"
|
||||
checksum=47ea3ebb302eb5be9f7ac1d3e516e4ee29689f7ba2e8de6d5ba9f2b783032b17
|
||||
|
||||
kqtquickcharts-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/cmake
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue