void-packages/srcpkgs/filelight/template
2019-01-11 02:37:10 -02:00

17 lines
628 B
Bash

# Template file for 'filelight'
pkgname=filelight
version=18.12.1
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/filelight-${version}.tar.xz"
checksum=ce4414cf879a3d7b5b0fe20cc274489f200547a41271f46b006051e9a50a33dd
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" kconfig kdoctools python qt5-host-tools qt5-qmake"
fi