1 { lib, rustPlatform, fetchCrate }:
3 rustPlatform.buildRustPackage rec {
9 crateName = "svgbob_cli";
10 sha256 = "sha256-NG5UbUv//03PVs5QoLVDkgA6Fc3SWKtbgIpcvcb7rW0=";
13 cargoSha256 = "sha256-CdPTtn0NTcEAQvLTh4vdG053oZNNMmbP5IxmMU4YGAw=";
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 license = licenses.asl20;
23 maintainers = [ maintainers.marsam ];