You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
ncdu: update to 2.8
This commit is contained in:
@@ -32,15 +32,17 @@ subport ncdu1 {
|
||||
}
|
||||
|
||||
if {${subport} eq ${name}} {
|
||||
version 2.5
|
||||
version 2.8
|
||||
revision 0
|
||||
conflicts ncdu1
|
||||
|
||||
checksums rmd160 c7190933ad504547d628d47f4cdfa9aded64eec7 \
|
||||
sha256 7f49de25024abab1af1ff22b3b8542c0d158e018fe0e96074fd94b0e1e6d31a5 \
|
||||
size 56019
|
||||
checksums rmd160 fc4e159a314e7400b3ac91d12bcd808cb183045d \
|
||||
sha256 aa61576f7ec9fdf532cb178142ef5b32aad42567705992cf3e0d1c6fe7e38e40 \
|
||||
size 71923
|
||||
|
||||
depends_build port:zig
|
||||
depends_build-append \
|
||||
port:zig
|
||||
depends_lib port:zstd
|
||||
|
||||
use_configure no
|
||||
|
||||
@@ -48,7 +50,7 @@ if {${subport} eq ${name}} {
|
||||
# the --search-prefix option doesn't work. See:
|
||||
# https://trac.macports.org/ticket/66044
|
||||
build.cmd ${prefix}/bin/zig cc
|
||||
build.args -I${prefix}/include -L${prefix}/lib -lncursesw
|
||||
build.args -I${prefix}/include -L${prefix}/lib -lncursesw -lzstd
|
||||
build.target -o ncdu src/main.zig
|
||||
|
||||
destroot {
|
||||
|
||||
Reference in New Issue
Block a user