void-packages/srcpkgs/filelight/template

18 lines
629 B
Bash

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