void-packages/srcpkgs/kcachegrind/template
2019-02-08 11:22:16 +01:00

19 lines
690 B
Bash

# Template file for 'kcachegrind'
pkgname=kcachegrind
version=18.12.2
revision=1
build_style=cmake
hostmakedepends="extra-cmake-modules pkg-config"
makedepends="kparts-devel qt5-devel"
depends="python hicolor-icon-theme"
short_desc="Visualization of Performance Profiling Data"
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
license="GPL-2.0-only, GFDL-1.2-only"
homepage="https://kde.org/applications/development/kcachegrind/"
distfiles="${KDE_SITE}/applications/${version}/src/kcachegrind-${version}.tar.xz"
checksum=c21f3ac2568739b45919b13c2d77f79af9ea3beb51ec7339e700ae59b68d5fa9
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" kconfig kdoctools python qt5-host-tools qt5-qmake"
fi