lf: Install the manual page
This commit is contained in:
parent
b68770c1a2
commit
accfb93503
@ -28,6 +28,10 @@ buildGoPackage rec {
|
||||
runHook postBuild
|
||||
'';
|
||||
|
||||
postInstall = ''
|
||||
install -D --mode=444 lf.1 $out/share/man/man1/lf.1
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A terminal file manager written in Go and heavily inspired by ranger";
|
||||
longDescription = ''
|
||||
|
Loading…
Reference in New Issue
Block a user