mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 02:12:09 -05:00
7 lines
281 B
Bash
Executable file
7 lines
281 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 ncdu-${version}.tar.gz 7c0fa1eb29d85aaed4ba174164bdbb8f011b5c390d017c57d668fc7231332405"
|
|
auth_type='sha256'
|
|
useconfigure='true'
|
|
depends=("ncurses")
|