diff --git a/srcpkgs/kolourpaint/template b/srcpkgs/kolourpaint/template new file mode 100644 index 00000000000..7e9280c924c --- /dev/null +++ b/srcpkgs/kolourpaint/template @@ -0,0 +1,17 @@ +# Template file for 'kolourpaint' +pkgname=kolourpaint +version=17.12.0 +revision=1 +short_desc="Free, easy-to-use paint program for KDE" +maintainer="Piotr Wójcik " +build_style=cmake +hostmakedepends="extra-cmake-modules qt5-host-tools qt5-qmake" +makedepends="kdelibs4support-devel kparts-devel qt5-devel" +homepage="http://www.kolourpaint.org/" +distfiles="http://download.kde.org/stable/applications/${version}/src/${pkgname}-${version}.tar.xz" +checksum=b4fc71915638bf640999376cf29138c9c1c543fe33d4dd8e4ecb3a65556894dd +license="2-clause-BSD, GPL-2, GPL-2+, GFDL-1.2" + +post_install() { + vlicense COPYING COPYING.DOC COPYING.LIB +}