mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
12 lines
299 B
Bash
Executable file
12 lines
299 B
Bash
Executable file
#!/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'
|
|
)
|