Integrates Pacman into your build.
This plugin adds the pacman extension to scripts:
val deploy by job { image("archlinux:latest") script { pacman.sync("git") shell("git describe") }}
Executes pacman -Syuu pkg.
pacman -Syuu