Group package for building tools
Install it by running either;
kpkg install builder-essentials
or
kpkg build builder-essentials
To see the difference, see The handbook
graph TD
N0["samurai"]
N1["automake"]
N2["autoconf"]
N3["ninja"]
N4["libtool"]
N5["meson"]
N6["builder-essentials"]
style N6 fill:#4a9eff,stroke:#2d7dd2,stroke-width:3px,color:#fff
N0 --> N5
N1 --> N6
N2 --> N6
N2 --> N1
N3 --> N6
N4 --> N1
N5 --> N6