void-packages/srcpkgs/kcron/template
Piotr Wójcik 4c075717c8 kcron: update to 18.04.0.
Closes #13686.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
2018-04-21 23:03:11 +02:00

18 lines
656 B
Bash

# Template file for 'kcron'
pkgname=kcron
version=18.04.0
revision=1
build_style=cmake
configure_args="-Wno-dev -DSYSCONF_INSTALL_DIR=/etc"
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"
homepage="http://userbase.kde.org/KCron"
distfiles="http://download.kde.org/stable/applications/${version}/src/${pkgname}-${version}.tar.xz"
checksum=28544a06a66258c42f54ab67566662d3f6d271895f1d7ede5ff354a9ae18a55e
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" kconfig kdoctools python qt5-host-tools qt5-qmake"
fi