diff --git a/srcpkgs/pslist/template b/srcpkgs/pslist/template new file mode 100644 index 00000000000..cc69a98b9f0 --- /dev/null +++ b/srcpkgs/pslist/template @@ -0,0 +1,21 @@ +# 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 " +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 +}