mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 23:27:44 +00:00
Ports: Add Ncdu
This commit is contained in:
parent
718b205a9e
commit
06f84d927e
2 changed files with 10 additions and 0 deletions
9
Ports/ncdu/package.sh
Executable file
9
Ports/ncdu/package.sh
Executable 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"
|
Loading…
Add table
Add a link
Reference in a new issue