mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 09:22:57 +02:00
psmisc: update to 22.19; drop broken pidof symlink.
This commit is contained in:
parent
1f09990d4a
commit
88924ab8bf
1 changed files with 2 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'psmisc'
|
# Template file for 'psmisc'
|
||||||
pkgname=psmisc
|
pkgname=psmisc
|
||||||
version=22.18
|
version=22.19
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="ncurses-devel"
|
makedepends="ncurses-devel"
|
||||||
|
@ -9,13 +9,4 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://psmisc.sourceforge.net/index.html"
|
homepage="http://psmisc.sourceforge.net/index.html"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
||||||
checksum=afa3a44be18db403f6f631d448f89d9d66304c1590e0cf25583a2b65bc0893d0
|
checksum=e112ccadd4694c98f5ea4a02cd6944fdc5a2a1985f20e2b3f74f4dbca83a2a31
|
||||||
long_desc="
|
|
||||||
The psmisc package is a set of some small useful utilities that use
|
|
||||||
the proc filesystem. We're not about changing the world, but providing
|
|
||||||
the system administratror with some help in common tasks."
|
|
||||||
|
|
||||||
post_install() {
|
|
||||||
# provide pidof symlink.
|
|
||||||
cd ${DESTDIR}/usr/bin && ln -sf killall pidof
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue