makedepends
Makedepends is a variable used in PKGBUILD scripts to declare the build-time dependencies of a package. Packages listed in makedepends are required to compile and assemble the software, but they are not required to run the software after installation.
In a PKGBUILD, makedepends is an array of package names, for example makedepends=(cmake pkgconfig). When building
Makedepe nds is distinct from depends, checkdepends, and optdepends. depends lists runtime requirements needed to run
Common examples include build systems, compilers, and helper tools such as cmake, meson, ninja, pkgconfig, or
In summary, makedepends documents and provides the build-time requirements for a PKGBUILD, ensuring a proper build