18 lines
627 B
Bash
18 lines
627 B
Bash
# Template file for 'kteatime'
|
|
pkgname=kteatime
|
|
version=18.04.0
|
|
revision=1
|
|
build_style=cmake
|
|
hostmakedepends="extra-cmake-modules pkg-config"
|
|
makedepends="kparts-devel knotifyconfig-devel"
|
|
short_desc="Handy timer for steeping tea"
|
|
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
|
license="GPL-2"
|
|
homepage="https://www.kde.org/applications/games/kteatime/"
|
|
distfiles="https://download.kde.org/stable/applications/${version}/src/${pkgname}-${version}.tar.xz"
|
|
checksum=43d627994d70ea61f0f17a5e256b0d42daecc0fd82b36d612c17a360309ba46a
|
|
|
|
if [ -n "$CROSS_BUILD" ]; then
|
|
hostmakedepends+=" kdoctools python qt5-host-tools qt5-qmake"
|
|
fi
|