void-packages/srcpkgs/filelight/template

18 lines
628 B
Bash

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