* +ncdu

* better

* hm

* how do we talk to llvm...

* c version "lags behind" the zig version, but at least it's not zig.
This commit is contained in:
Jacob Heider 2023-03-31 22:02:19 -04:00 committed by GitHub
parent ad682073f9
commit 734b16b661
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,27 @@
distributable:
url: https://dev.yorhel.nl/download/ncdu-{{ version }}.tar.gz
strip-components: 1
provides:
- bin/ncdu
versions:
- 1.18.1
dependencies:
invisible-island.net/ncurses: '*'
build:
dependencies:
tea.xyz/gx/make: '*'
tea.xyz/gx/cc: c99
script: |
./configure $ARGS
make -j {{ hw.concurrency }} install
env:
ARGS:
- --prefix {{ prefix }}
test: |
ncdu -o test
cat test