mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
734b16b661
* +ncdu * better * hm * how do we talk to llvm... * c version "lags behind" the zig version, but at least it's not zig.
28 lines
427 B
YAML
28 lines
427 B
YAML
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
|