void-packages/srcpkgs/iotop/template
2016-10-16 18:54:22 +02:00

21 lines
583 B
Bash

# Template file for 'iotop'
pkgname=iotop
version=0.6
revision=4
noarch="yes"
build_style=python2-module
hostmakedepends="python"
depends="${hostmakedepends}"
pycompile_module="iotop"
short_desc="View I/O usage of processes"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2"
homepage="http://guichaz.free.fr/iotop"
distfiles="http://guichaz.free.fr/iotop/files/iotop-${version}.tar.bz2"
checksum=3adea2a24eda49bbbaeb4e6ed2042355b441dbd7161e883067a02bfc8dcef75b
post_install() {
mv ${DESTDIR}/usr/sbin ${DESTDIR}/usr/bin
chmod 644 ${DESTDIR}/usr/share/man/man8/iotop.8
}