description="Set of some small useful utilities that use the proc filesystem."
url="http://psmisc.sourceforge.net/"

packager="Great-OS Team"
maintainer="Great-OS Team"

name=psmisc
version=23.7
release=2

source=(https://downloads.sourceforge.net/psmisc/${name}-${version}.tar.xz)

build() {
  cd psmisc-$version

  ./configure --prefix=/usr

  make
  make DESTDIR=$PKG install
}
