23 lines
835 B
Bash
23 lines
835 B
Bash
# Template file for 'nagstamon'
|
|
pkgname=nagstamon
|
|
version=3.0.2
|
|
revision=1
|
|
noarch=yes
|
|
wrksrc=Nagstamon
|
|
build_style=python3-module
|
|
pycompile_module="Nagstamon"
|
|
hostmakedepends="python3-setuptools python3-keyring"
|
|
depends="python3-BeautifulSoup4 python3-dbus python3-keyring python3-lxml
|
|
python3-psutil python3-PyQt5-multimedia python3-PyQt5-svg python3-requests"
|
|
short_desc="Nagios status monitor for the desktop"
|
|
maintainer="Laszlo Dvornik <laulicus@zoho.com>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://nagstamon.ifw-dresden.de"
|
|
distfiles="https://nagstamon.ifw-dresden.de/files/stable/Nagstamon-${version}.tar.gz"
|
|
checksum=a6e9fbb3c4ad8f88ec8540f62457a7d32b6180e6aa0a5ff28ddacb15bc646f9d
|
|
|
|
post_install() {
|
|
chmod 644 ${DESTDIR}/usr/share/pixmaps/nagstamon.svg
|
|
mv -v ${DESTDIR}/usr/bin/nagstamon.py ${DESTDIR}/usr/bin/nagstamon
|
|
}
|