makepkg

Create a package which can be used with pacman. Uses the PKGBUILD file in the current working directory by default. More information: <https://man.archlinux.org/man/makepkg.8>.

Debian Debian
RUN apt-get update && \ apt-get install -y pacman
Ubuntu
RUN apt-get update && \ apt-get install -y pacman
Alpine
RUN apk add pacman
Arch Arch Linux
RUN pacman -S --noconfirm pacman
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y pacman
Fedora
RUN dnf install -y pacman
Raspbian
RUN apt-get update && \ apt-get install -y pacman
click the source code to copy install makepkg on any operating system with command-not-found.com