From 615bf42855d3f855cf0e2cd162d008312a2f0921 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Sat, 14 Jul 2018 11:06:03 +0200 Subject: [PATCH] New package: pslist-1.4.0 --- srcpkgs/pslist/template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/pslist/template 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 +}