void-packages/srcpkgs/kig/template
2018-12-14 14:28:29 +01:00

17 lines
654 B
Bash

# Template file for 'kig'
pkgname=kig
version=18.12.0
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=f1cf5346a1b965cd30e671dfa4af62c66772b6f4eb40f99e84552f2425f9077f
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" kdoctools qt5-host-tools qt5-qmake"
fi