#!/bin/bash DEPS=(ncurses) PKG_VER=23.4 SOURCE=https://gitlab.com/psmisc/psmisc/-/archive/v$PKG_VER/psmisc-v$PKG_VER.tar.gz DESC="Miscellaneous procfs tools" build () { ./autogen.sh ./configure --prefix=/usr make make DESTDIR=$PKG_DEST install }