mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
+ddh
This commit is contained in:
parent
259570857e
commit
2590011140
1 changed files with 24 additions and 0 deletions
24
projects/crates.io/ddh/package.yml
Normal file
24
projects/crates.io/ddh/package.yml
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
distributable:
|
||||||
|
url: https://github.com/darakian/ddh/archive/refs/tags/{{version}}.tar.gz
|
||||||
|
strip-components: 1
|
||||||
|
|
||||||
|
versions:
|
||||||
|
github: darakian/ddh
|
||||||
|
|
||||||
|
build:
|
||||||
|
dependencies:
|
||||||
|
rust-lang.org: ^1.65
|
||||||
|
rust-lang.org/cargo: '*'
|
||||||
|
script: cargo install --path . --root {{prefix}}
|
||||||
|
|
||||||
|
provides:
|
||||||
|
- bin/ddh
|
||||||
|
|
||||||
|
test:
|
||||||
|
- |
|
||||||
|
for x in A B C D E; do
|
||||||
|
echo $x >$x
|
||||||
|
echo $x >${x}_2
|
||||||
|
done
|
||||||
|
- ddh -d .
|
||||||
|
- cat Results.txt
|
Loading…
Reference in a new issue