1 { lib, rustPlatform, fetchFromGitHub }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
11 sha256 = "1h0agialbvhhiijkdnr47y7babq432limdl6ag2rmjfs7yishn4r";
14 cargoSha256 = "sha256-CzFfFKTmBUAafk8PkkWmUkRIyO+yEhmCfN1zsLRq4Iw=";
17 mkdir -p $out/share/roogle
18 cp -r assets $out/share/roogle
22 description = "A Rust API search engine which allows you to search functions by names and type signatures";
23 mainProgram = "roogle";
24 homepage = "https://github.com/hkmatsumoto/roogle";
25 license = with licenses; [ mit /* or */ asl20 ];
26 maintainers = with maintainers; [ figsoda ];