makepkg

Compile and build packages suitable for installation with pacman

brewmacoslinux
Try with needOr install directly
Source

About

Compile and build packages suitable for installation with pacman

Commands

makepkg

Examples

Build a package from PKGBUILD in current directory$ makepkg
Build package and install dependencies automatically$ makepkg -s
Build package and install it after successful compilation$ makepkg -i