17 lines
632 B
Bash
17 lines
632 B
Bash
# Template file for 'filelight'
|
|
pkgname=filelight
|
|
version=18.08.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.0-only"
|
|
homepage="https://utils.kde.org/projects/filelight/"
|
|
distfiles="${KDE_SITE}/applications/${version}/src/${pkgname}-${version}.tar.xz"
|
|
checksum=69de0bafa3e407cc6c9b52cb942cbb414db526fee7e99154498f7e821fc0a6f3
|
|
|
|
if [ -n "$CROSS_BUILD" ]; then
|
|
hostmakedepends+=" kconfig kdoctools python qt5-host-tools qt5-qmake"
|
|
fi
|