mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-11 01:06:01 +03:00
9 lines
247 B
Bash
Executable File
9 lines
247 B
Bash
Executable File
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port='ncdu'
|
|
version='1.18.1'
|
|
files=(
|
|
"https://dev.yorhel.nl/download/ncdu-${version}.tar.gz#7c0fa1eb29d85aaed4ba174164bdbb8f011b5c390d017c57d668fc7231332405"
|
|
)
|
|
useconfigure='true'
|
|
depends=("ncurses")
|