In short:
- Get and install pcp from aur.
- Get and install cockpit from aur.
Both pcp and cockpit will be built from source so install the necessary tools
$ sudo pacman -S base-devel git neovim
$ git clone https://aur.archlinux.org/pcp.gitTrim out failed dependencies from PKGBUILD that does not seem to matter:
makedepends=(git intltool gtk-doc gobject-introspection networkmanager libgsystem xmlto npm tar) # makepkg -sirThis takes a afternoon to compile on an old raspberry pi
clone cockpit from aur and build. It builds without issue.
# systemctl enable cockpit.socket
# systemctl start cockpit.socket