void-packages/srcpkgs/filelight/template

24 lines
773 B
Bash

# Template file for 'filelight'
pkgname=filelight
version=18.04.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=5a197d16b36b04eafd53385e7f50ac31930953ac8ad8ae021c02953a064926f0
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" kconfig kdoctools python qt5-host-tools qt5-qmake"
fi
case "$XBPS_TARGET_MACHINE" in
*-musl)
# missing fstab.h
broken="https://travis-ci.org/voidlinux/void-packages/jobs/339621627" ;;
esac