cmake
CMake package contains a modern toolset used for generating Makefiles.
Install it by running either;
kpkg install cmake
or
kpkg build cmake
To see the difference, see The handbook
graph TD
N0["jsoncpp"]
N1["cmake"]
style N1 fill:#4a9eff,stroke:#2d7dd2,stroke-width:3px,color:#fff
N2["libuv"]
N3["libtool"]
N4["rhash"]
N0 --> N1
N2 --> N1
N3 --> N2
N4 --> N1