26 lines
791 B
Bash
26 lines
791 B
Bash
# Template file for 'libsysstat'
|
|
pkgname=libsysstat
|
|
version=1.0.0
|
|
revision=1
|
|
build_style=cmake
|
|
hostmakedepends="pkg-config lxqt-build-tools qt6-base"
|
|
makedepends="qt6-base-devel"
|
|
short_desc="Qt-based interface to system statistics"
|
|
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
|
license="LGPL-2.1-or-later"
|
|
homepage="https://lxqt.org/"
|
|
distfiles="https://github.com/lxqt/libsysstat/releases/download/${version}/libsysstat-${version}.tar.xz"
|
|
checksum=f79b5e3e2e79a52b58fab5639f11b7a5f40e4a9995660181712cb4c4cd460435
|
|
replaces="lxde-libsysstat>=0"
|
|
|
|
libsysstat-devel_package() {
|
|
short_desc+=" - development files"
|
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove usr/lib/*.so
|
|
vmove usr/share/cmake
|
|
}
|
|
}
|