void-packages/srcpkgs/filelight/template
Piotr Wójcik b54b38294e
filelight: update to 18.04.2.
Closes #14992.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
2018-06-14 12:33:11 +02:00

17 lines
632 B
Bash

# Template file for 'filelight'
pkgname=filelight
version=18.04.2
revision=1
build_style=cmake
hostmakedepends="extra-cmake-modules"
makedepends="kparts-devel qt5-devel"
short_desc="Interactive map that helps visualize disk usage on your computer"
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
license="GPL-2.0-only"
homepage="https://utils.kde.org/projects/filelight/"
distfiles="${KDE_SITE}/applications/${version}/src/${pkgname}-${version}.tar.xz"
checksum=c2bf1b4f529d38d4a8885217377771052b5a46502ad411dabf1b3f42b9fb1cc4
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" kconfig kdoctools python qt5-host-tools qt5-qmake"
fi