6 buildDotnetModule rec {
7 pname = "cyclonedx-cli";
10 src = fetchFromGitHub {
12 repo = "cyclonedx-cli";
13 rev = "refs/tags/v${version}";
14 hash = "sha256-9G9g4bfH6EGSTZQlaiLsRjnryl+mQ3uNXdBUBVcKwlg=";
17 nugetDeps = ./deps.nix;
21 find . ! -name 'cyclonedx' -type f -exec rm -f {} +
25 description = "CycloneDX CLI tool for SBOM analysis, merging, diffs and format conversions";
26 homepage = "https://github.com/CycloneDX/cyclonedx-cli";
27 changelog = "https://github.com/CycloneDX/cyclonedx-cli/releases/tag/v${version}";
28 maintainers = with maintainers; [ thillux ];
29 license = licenses.asl20;
30 platforms = with platforms; (linux ++ darwin);
31 mainProgram = "cyclonedx";