1 { lib, rustPlatform, fetchCrate, installShellFiles }:
3 rustPlatform.buildRustPackage rec {
9 hash = "sha256-S9bVsLDAX7UJ9FV4ZuI1G1D2fSZSZsevtftr7y+HyI8=";
12 cargoHash = "sha256-K4ZmarOniI7OgzjkaP66Py5ei+NKeJEOuziS//NXffw=";
14 nativeBuildInputs = [ installShellFiles ];
17 installManPage scraper.1
21 description = "Tool to query HTML files with CSS selectors";
22 mainProgram = "scraper";
23 homepage = "https://github.com/causal-agent/scraper";
24 changelog = "https://github.com/causal-agent/scraper/releases/tag/v${version}";
25 license = licenses.isc;
26 maintainers = with maintainers; [ figsoda ];