pspg: install manpage

This commit is contained in:
Mario Rodas 2023-02-13 19:35:00 +00:00
parent f3648fbddf
commit 7d13ae2851

View file

@ -17,6 +17,7 @@ stdenv.mkDerivation rec {
makeFlags = [ "PREFIX=${placeholder "out"}" ];
postInstall = ''
installManPage pspg.1
installShellCompletion --bash --cmd pspg bash-completion.sh
'';