1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-17 14:21:00 +00:00
serenity/Ports/ncdu/package.sh
2023-08-08 19:57:43 +02:00

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