a92d370caa
Generated with: git ls-files 'srcpkgs/**/patches/*' | cut -d/ -f2 | uniq | xargs printf 'srcpkgs/%s/template\n' | xargs grep -L 'patch_args=' | xargs sed -i "$(printf '1,/^$/{/^$/i\\\npatch_args=-Np0\n}\n')"
18 lines
524 B
Bash
18 lines
524 B
Bash
# Template file for 'iotop'
|
|
pkgname=iotop
|
|
version=0.6
|
|
revision=8
|
|
build_style=python3-module
|
|
hostmakedepends="python3"
|
|
depends="${hostmakedepends}"
|
|
short_desc="View I/O usage of processes"
|
|
maintainer="teldra <teldra@rotce.de>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="http://guichaz.free.fr/iotop"
|
|
distfiles="http://guichaz.free.fr/iotop/files/iotop-${version}.tar.bz2"
|
|
checksum=3adea2a24eda49bbbaeb4e6ed2042355b441dbd7161e883067a02bfc8dcef75b
|
|
patch_args=-Np0
|
|
|
|
post_install() {
|
|
chmod 644 ${DESTDIR}/usr/share/man/man8/iotop.8
|
|
}
|