mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
+ncdu (#749)
* +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:
parent
ad682073f9
commit
734b16b661
27
projects/dev.yorhel.nl/ncdu/package.yml
Normal file
27
projects/dev.yorhel.nl/ncdu/package.yml
Normal 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
|
Loading…
Reference in a new issue