mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-09 12:05:09 +02:00
24 lines
777 B
Bash
24 lines
777 B
Bash
# Template file for 'libksysguard'
|
|
pkgname=libksysguard
|
|
version=5.15.0
|
|
revision=1
|
|
build_style=cmake
|
|
configure_args="-DBUILD_TESTING=OFF"
|
|
hostmakedepends="extra-cmake-modules kauth qt5-host-tools qt5-qmake"
|
|
makedepends="qt5-webkit-devel plasma-framework-devel"
|
|
short_desc="KDE libksysguard"
|
|
maintainer="John <johnz@posteo.net>"
|
|
license="LGPL-2.1-or-later"
|
|
homepage="https://projects.kde.org/projects/plasma/libksysguard"
|
|
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
|
|
checksum=ad0073c7db05830837a473a8e5914fcb18646d6e2607b16e4e0063f1ecfa13ab
|
|
|
|
libksysguard-devel_package() {
|
|
short_desc+=" - development"
|
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/cmake
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|