fselect: install manpage

wip/yesman
Mario Rodas 4 years ago
parent ac184e3c6b
commit 6aae443d0a
No known key found for this signature in database
GPG Key ID: 325649BCA6D53027
  1. 8
      pkgs/tools/misc/fselect/default.nix

@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, rustPlatform }:
{ stdenv, fetchFromGitHub, rustPlatform, installShellFiles }:
rustPlatform.buildRustPackage rec {
pname = "fselect";
@ -13,6 +13,12 @@ rustPlatform.buildRustPackage rec {
cargoSha256 = "0mjd9nmaggsszf0kx68yrvy3fqbn35v34c7q3584fv50ipqn6drb";
nativeBuildInputs = [ installShellFiles ];
postInstall = ''
installManPage docs/fselect.1
'';
meta = with stdenv.lib; {
description = "Find files with SQL-like queries";
homepage = "https://github.com/jhspetersson/fselect";

Loading…
Cancel
Save