void-packages/srcpkgs/kolourpaint/template

22 lines
729 B
Bash

# Template file for 'kolourpaint'
pkgname=kolourpaint
version=18.08.1
revision=1
short_desc="Free, easy-to-use paint program for KDE"
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
build_style=cmake
hostmakedepends="extra-cmake-modules"
makedepends="kdelibs4support-devel kparts-devel qt5-devel"
homepage="http://www.kolourpaint.org/"
distfiles="${KDE_SITE}/applications/${version}/src/${pkgname}-${version}.tar.xz"
checksum=9596f6298ed6782b1fd76b0941d9977785ab576a49e738113600d01950fa3b80
license="BSD-2-Clause, GPL-2.0-or-later, LGPL-2.1-only, GFDL-1.2-only"
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" python qt5-host-tools qt5-qmake kconfig kdoctools"
fi
post_install() {
vlicense COPYING COPYING.DOC COPYING.LIB
}