void-packages/srcpkgs/ksystemstats/template

22 lines
793 B
Bash

# Template file for 'ksystemstats'
pkgname=ksystemstats
version=6.2.0
revision=1
build_style=cmake
configure_args="-DKDE_INSTALL_QMLDIR=lib/qt6/qml
-DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins"
hostmakedepends="extra-cmake-modules qt6-base qt6-tools gettext pkg-config"
makedepends="kf6-networkmanager-qt-devel kf6-solid-devel libnl3-devel
kf6-kio-devel kf6-kdbusaddons-devel libksysguard-devel libsensors-devel"
short_desc="Plugin based system monitoring daemon"
maintainer="John <me@johnnynator.dev>"
license="GPL-3.0-only,LGPL-3.0-only"
homepage="https://invent.kde.org/plasma/ksystemstats"
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
checksum=05815d01acdb199c052fa994c48f49f694b4356a7fc23eff38bb00614ae4687e
do_check() {
cd build
ctest -E "ksystemstatstest"
}