mirror of
https://github.com/RGBCube/serenity
synced 2025-07-30 01:27:34 +00:00
Ports: Add nnn port
This ports the nnn (n³ / Nnn's Not Noice) file manager.
This commit is contained in:
parent
a969e55bf2
commit
bd3d185b3b
6 changed files with 122 additions and 0 deletions
12
Ports/nnn/package.sh
Executable file
12
Ports/nnn/package.sh
Executable file
|
@ -0,0 +1,12 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port='nnn'
|
||||
version='4.8'
|
||||
files=(
|
||||
"https://github.com/jarun/nnn/releases/download/v${version}/nnn-v${version}.tar.gz 7027f830329ff3451b844d1f5fbeb1d866bed1af6f24a360d5c51888cb1ae8f0"
|
||||
)
|
||||
depends=(
|
||||
'gettext'
|
||||
'libfts'
|
||||
'ncurses'
|
||||
'readline'
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue