21 lines
846 B
Bash
21 lines
846 B
Bash
# Template file for 'deepin-system-monitor'
|
|
pkgname=deepin-system-monitor
|
|
version=1.4.8.1
|
|
revision=1
|
|
build_style=qmake
|
|
hostmakedepends="qt5-qmake pkg-config qt5-host-tools"
|
|
makedepends="dtkwm-devel dtkwidget-devel qt5-x11extras-devel libpcap-devel
|
|
procps-ng-devel libxcb-devel libXtst-devel xcb-util-devel"
|
|
depends="qt5integration"
|
|
short_desc="User-friendly system monitor for Deepin"
|
|
maintainer="John <johnz@posteo.net>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/linuxdeepin/deepin-system-monitor"
|
|
changelog="https://github.com/linuxdeepin/deepin-system-monitor/blob/${version}/CHANGELOG.md"
|
|
distfiles="https://github.com/linuxdeepin/deepin-system-monitor/archive/${version}.tar.gz"
|
|
checksum=39e3774d282d81f26139624b190e0303f747994e4b2698ee08ae09b773a84f4a
|
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
hostmakedepends+=" qt5-x11extras-devel"
|
|
fi
|