ladybird/Ports/ncdu/package.sh
2023-05-04 19:45:24 +02:00

8 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")