void-packages/srcpkgs/kompare/template
2019-03-07 20:33:52 -03:00

17 lines
619 B
Bash

# Template file for 'kompare'
pkgname=kompare
version=18.12.3
revision=1
build_style=cmake
hostmakedepends="extra-cmake-modules"
makedepends="ktexteditor-devel libkomparediff2-devel"
short_desc="File difference viewer"
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
license="GPL-2.0-only, GFDL-1.2-only"
homepage="https://www.kde.org/applications/development/kompare/"
distfiles="${KDE_SITE}/applications/${version}/src/kompare-${version}.tar.xz"
checksum=7a132a0aced98079fdec37188e9a46f5399e7584ab9d39801d7f0f8176623285
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" kdoctools python qt5-host-tools qt5-qmake"
fi