void-packages/srcpkgs/atop/template

29 lines
769 B
Bash

# Template file for 'atop'
pkgname=atop
version=2.9.0
revision=1
build_style=gnu-makefile
make_install_target="sysvinstall"
makedepends="ncurses-devel zlib-devel"
short_desc="System and process level monitor"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://www.atoptool.nl/"
distfiles="https://www.atoptool.nl/download/atop-${version}.tar.gz"
checksum=bc355ebd7af3f9c6f01be2ff50e581622d24f5ea0d8d5f3366e2fd1311ab98f8
make_dirs="/var/log/atop 755 root root"
pre_install() {
vsed -e 's,sbin,bin,g' \
-e '/$(DEFPATH)/d' -i Makefile
vsed -e 's,bin/sh,bin/bash,' -i atop.daily
}
post_install() {
vsv atop
# Remove unused stuff.
rm -f ${DESTDIR}/usr/bin/atop{,sar}-${version}
rm -rf ${DESTDIR}/etc/init.d ${DESTDIR}/var
}