22 lines
640 B
Bash
22 lines
640 B
Bash
# Template file for 'pslist'
|
|
pkgname=pslist
|
|
version=1.4.0
|
|
revision=1
|
|
noarch=yes
|
|
build_style=gnu-makefile
|
|
make_install_args="MANDIR=/usr/share/man/man"
|
|
make_check_target="test"
|
|
checkdepends="perl-Test-Command procps-ng"
|
|
depends="perl"
|
|
short_desc="List all child processes for a given process ID"
|
|
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
|
license="BSD-2-Clause"
|
|
homepage="https://devel.ringlet.net/sysutils/pslist/"
|
|
distfiles="https://devel.ringlet.net/files/sys/pslist/pslist-${version}.tar.xz"
|
|
checksum=21883c976919890167b400f93465bbb8e4d1329126853b4e343d19b7b74484fb
|
|
|
|
post_install() {
|
|
head -n 25 pslist > LICENSE
|
|
vlicense LICENSE
|
|
}
|