void-packages/srcpkgs/kompare/template
Piotr Wójcik 434c813633 kompare: update to 18.04.1.
Closes #14398.

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

18 lines
604 B
Bash

# Template file for 'kompare'
pkgname=kompare
version=18.04.1
revision=1
build_style=cmake
hostmakedepends="extra-cmake-modules"
makedepends="ktexteditor-devel libkomparediff2-devel"
short_desc="File difference viewer"
maintainer="Norbert Vegh <vegh@norvegh.com>"
license="GPL-2.0-only, GFDL-1.2-only"
homepage="http://www.caffeinated.me.uk/kompare/"
distfiles="${KDE_SITE}/applications/${version}/src/${pkgname}-${version}.tar.xz"
checksum=e958d26724297ab9ba638edf3f1894c7df51150c65475f5f8362d4e50a11ae4e
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" kdoctools python qt5-host-tools qt5-qmake"
fi