1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 23:27:44 +00:00

Ports: Add Ncdu

This commit is contained in:
Jelle Raaijmakers 2021-09-30 15:18:40 +02:00 committed by Linus Groh
parent 718b205a9e
commit 06f84d927e
2 changed files with 10 additions and 0 deletions

9
Ports/ncdu/package.sh Executable file
View file

@ -0,0 +1,9 @@
#!/usr/bin/env -S bash ../.port_include.sh
port=ncdu
useconfigure="true"
version="1.16"
files="https://dev.yorhel.nl/download/ncdu-${version}.tar.gz ncdu-${version}.tar.gz 2b915752a183fae014b5e5b1f0a135b4b408de7488c716e325217c2513980fd4"
auth_type=sha256
depends="ncurses"
export CFLAGS="-I${SERENITY_INSTALL_ROOT}/usr/local/include/ncurses"