diff options
Diffstat (limited to 'misc/haiku/nnn-master.recipe')
-rw-r--r-- | misc/haiku/nnn-master.recipe | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/misc/haiku/nnn-master.recipe b/misc/haiku/nnn-master.recipe index b9dadce..a04280c 100644 --- a/misc/haiku/nnn-master.recipe +++ b/misc/haiku/nnn-master.recipe @@ -1,4 +1,4 @@ -SUMMARY="The missing terminal file manager for X" +SUMMARY="A blazing-fast lightweight terminal file manager" DESCRIPTION="nnn is a full-featured terminal file manager. It's tiny and \ nearly 0-config with an incredible performance. @@ -8,7 +8,7 @@ capabilities further. You can plug new functionality and play with a \ custom keybind instantly. There's an independent (neo)vim plugin. It runs smoothly on the Raspberry Pi, Termux on Android, Linux, macOS, BSD, \ -Cygwin, WSL and works seamlessly with DEs and GUI utilities. +Cygwin, WSL, Haiku and works seamlessly with DEs and GUI utilities. Visit the Wiki for concepts, program usage, how-tos and troubleshooting." HOMEPAGE="https://github.com/jarun/nnn" @@ -53,4 +53,6 @@ BUILD() INSTALL() { make -f misc/haiku/Makefile install PREFIX=$prefix + + addResourcesToBinaries misc/haiku/nnn.rdef $prefix/bin/nnn } |