mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
+crates.io/dua
so I don't need to wait on zig > ncdu~2
This commit is contained in:
parent
a70b7a3e05
commit
9375d3fa8f
1 changed files with 27 additions and 0 deletions
27
projects/crates.io/dua/package.yml
Normal file
27
projects/crates.io/dua/package.yml
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
distributable:
|
||||||
|
url: https://github.com/Byron/dua-cli/archive/refs/tags/v{{ version }}.tar.gz
|
||||||
|
strip-components: 1
|
||||||
|
|
||||||
|
provides:
|
||||||
|
- bin/dua
|
||||||
|
|
||||||
|
versions:
|
||||||
|
github: Byron/dua-cli/tags
|
||||||
|
strip: /v/
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
zlib.net: ^1
|
||||||
|
|
||||||
|
build:
|
||||||
|
dependencies:
|
||||||
|
rust-lang.org: '>=1.60'
|
||||||
|
rust-lang.org/cargo: '*'
|
||||||
|
script:
|
||||||
|
cargo install --locked --path . --root {{prefix}}
|
||||||
|
|
||||||
|
test:
|
||||||
|
script: |
|
||||||
|
for x in foo bar baz bat; do
|
||||||
|
echo $x > $x
|
||||||
|
done
|
||||||
|
dua
|
Loading…
Reference in a new issue