pkgname=psmisc pkgver=23.7 pkgrel=1 pkgdesc="Package of small utilities that use the proc file-system." arch=('x86_64') url="https://gitlab.com/psmisc/psmisc" license=('GPL') groups=('base') depends=('glibc' 'ncurses') source=("https://downloads.sourceforge.net/psmisc/${pkgname}-${pkgver}.tar.xz") md5sums=('53eae841735189a896d614cba440eb10') build() { cd ${pkgname}-${pkgver} ./configure --prefix=/usr make } package() { cd ${pkgname}-${pkgver} make DESTDIR=${pkgdir} install }