void-packages/srcpkgs/kig/template
Piotr Wójcik 1176477441 kig: update to 18.04.1.
Closes #14391.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
2018-05-15 09:33:11 +02:00

17 lines
654 B
Bash

# Template file for 'kig'
pkgname=kig
version=18.04.1
revision=1
build_style=cmake
hostmakedepends="extra-cmake-modules pkg-config python"
makedepends="boost-devel boost-python kparts-devel ktexteditor-devel python-devel"
short_desc="KDE education tool for interactive geometry"
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
license="GPL-2.0-only"
homepage="https://www.kde.org/applications/education/kig/"
distfiles="${KDE_SITE}/applications/${version}/src/${pkgname}-${version}.tar.xz"
checksum=fcdb22cc25a1ec0144e9446f43f693ba705564c6c789cf79f79cf8e3ebcbc2e7
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" kdoctools qt5-host-tools qt5-qmake"
fi