1 { lib, rustPlatform, fetchCrate }:
3 rustPlatform.buildRustPackage rec {
9 crateName = "svgbob_cli";
10 hash = "sha256-QWDi6cpADm5zOzz8hXuqOBtVrqb0DteWmiDXC6PsLS4=";
13 cargoHash = "sha256-Fj1qjG4SKlchUWW4q0tBC+9fHFFuY6MHngJCFz6J5JY=";
16 mv $out/bin/svgbob_cli $out/bin/svgbob
20 description = "Convert your ascii diagram scribbles into happy little SVG";
21 homepage = "https://github.com/ivanceras/svgbob";
22 changelog = "https://github.com/ivanceras/svgbob/raw/${version}/Changelog.md";
23 license = licenses.asl20;
24 maintainers = with maintainers; [ cafkafk ];
25 mainProgram = "svgbob";