A collection of high-performance Salt formulas for building tools and services from source.
- Builds source trees in
/opt/src/<tool>and installs binaries to/opt/<tool>. - Uses
map.jinjato support version pinning and pillar overrides. - Idempotent execution using
creates:andonchanges:guards. - Automatic CPU core detection (
make -j{{ grains['num_cpus'] }}) for speed. - Configures global binary and library paths via
bashrc.