--- /dev/null
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/fuser
+-rwxr-xr-x root/root usr/bin/killall
+-rwxr-xr-x root/root usr/bin/prtstat
+-rwxr-xr-x root/root usr/bin/pslog
+-rwxr-xr-x root/root usr/bin/pstree
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/fuser.1.gz
+-rw-r--r-- root/root usr/share/man/man1/killall.1.gz
+-rw-r--r-- root/root usr/share/man/man1/peekfd.1.gz
+-rw-r--r-- root/root usr/share/man/man1/prtstat.1.gz
+-rw-r--r-- root/root usr/share/man/man1/pslog.1.gz
+-rw-r--r-- root/root usr/share/man/man1/pstree.1.gz
--- /dev/null
+# Description: Small utilities that use the /proc filesystem
+# URL: https://gitlab.com/psmisc/psmisc
+# Maintainer: CRUX System Team, core-ports at crux dot nu
+# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
+# Depends on: ncurses
+
+name=psmisc
+version=23.1
+release=1
+source=(http://downloads.sourceforge.net/project/$name/$name/$name-$version.tar.xz)
+
+build() {
+ cd $name-$version
+
+ ./configure --prefix=/usr --disable-nls
+ make
+ make DESTDIR=$PKG install
+ rm $PKG/usr/bin/pstree.x11
+}