makepkg - ArchWiki - Arch Linux
wiki.archlinux.org › title › Makepkgmakepkg makepkg is a script to automate the building of packages. The requirements for using the script are a build-capable Unix platform and a PKGBUILD . makepkg is provided by the pacman package. Contents 1 Configuration 1.1 Packager information 1.2 Package output 1.3 Signature checking 2 Usage 3 Tips and tricks
Makepkg - Manjaro
https://wiki.manjaro.org/index.php/Makepkgmakepkg is used for compiling and building packages suitable for installation with pacman. makepkg is a script that automates the building of packages.It can download and validate source files, check dependencies, configure build-time settings, compile the sources, install into a temporary root, make customizations, generate meta-info, and package everything together.
Makepkg - Manjaro
wiki.manjaro.org › index$ makepkg -c If required dependencies are missing, makepkg will issue a warning before failing. To build the package and install needed dependencies automatically, simply use the command: $ makepkg -s Note that these dependencies must be available in the configured repositories; see pacman for details.