6 stdenvNoCC.mkDerivation rec {
11 url = "https://github.com/cpm-cmake/CPM.cmake/releases/download/v${version}/CPM.cmake";
12 sha256 = "sha256-F5YA1Z8OdSihipjo7QhqIZMKBcvm9WyfJ5l4WZwW9Cc=";
22 install -Dm644 $src $out/share/cpm/CPM.cmake
28 homepage = "https://github.com/cpm-cmake/CPM.cmake";
29 description = "CMake's missing package manager";
31 CPM.cmake is a cross-platform CMake script that adds dependency
32 management capabilities to CMake. It's built as a thin wrapper around
33 CMake's FetchContent module that adds version control, caching, a
36 license = licenses.mit;
37 maintainers = with maintainers; [ ken-matsui ];
38 platforms = platforms.all;