New package: pslist-1.4.0
This commit is contained in:
parent
d038d5c87c
commit
615bf42855
1 changed files with 21 additions and 0 deletions
21
srcpkgs/pslist/template
Normal file
21
srcpkgs/pslist/template
Normal file
|
@ -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 <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
|
||||||
|
}
|
Loading…
Reference in a new issue