broot: add package test

main
Mrinal Purohit 3 years ago
parent 08691e47ce
commit 46b2d1f93a
  1. 5
      pkgs/tools/misc/broot/default.nix

@ -73,6 +73,11 @@ rustPlatform.buildRustPackage rec {
installManPage man/broot.1
'';
doInstallCheck = true;
installCheckPhase = ''
$out/bin/broot --version | grep "${version}"
'';
meta = with lib; {
description = "An interactive tree view, a fuzzy search, a balanced BFS descent and customizable commands";
homepage = "https://dystroy.org/broot/";

Loading…
Cancel
Save