void-packages/srcpkgs/filelight/template

24 lines
785 B
Bash

# Template file for 'filelight'
pkgname=filelight
version=18.04.0
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"
homepage="https://utils.kde.org/projects/filelight/"
distfiles="http://download.kde.org/stable/applications/${version}/src/${pkgname}-${version}.tar.xz"
checksum=83a8bb10bef207a0672631ac8ff6843494d02b6c30df27dd3ed203d2933264d6
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