void-packages/srcpkgs/kcron/template
2019-01-11 02:37:00 -02:00

17 lines
591 B
Bash

# Template file for 'kcron'
pkgname=kcron
version=18.12.1
revision=1
build_style=cmake
hostmakedepends="extra-cmake-modules pkg-config"
makedepends="kparts-devel qt5-devel"
short_desc="KDE Configure and schedule tasks"
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
license="GPL-2.0-or-later"
homepage="https://userbase.kde.org/KCron"
distfiles="${KDE_SITE}/applications/${version}/src/kcron-${version}.tar.xz"
checksum=f64f00356309aa2958db34110d0544c7abf9c2b53a1f8146522546fe8fee2108
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" kconfig kdoctools python qt5-host-tools qt5-qmake"
fi