just
This setup hook attempts to use the just command runner to build, check, and install the package. The hook overrides buildPhase, checkPhase, and installPhase by default.
buildPhase
This phase attempts to invoke just with the default recipe.
checkPhase
This phase attempts to invoke the just test recipe, if it is available. This can be overridden by setting checkTarget to a string.
installPhase
This phase attempts to invoke the just install recipe.