1 { lib, rustPlatform, fetchCrate, installShellFiles }:
3 rustPlatform.buildRustPackage rec {
9 hash = "sha256-ouyhdT6XTuWYBxi8HV0dWt/0dHml8YXjf2kzd90Eax0=";
12 cargoHash = "sha256-2R8dy9WnEPffkoJfQD8uFL0Ot3D2yibPxIjqRJ+6rMI=";
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 ];