pantry/projects/crates.io/ddh/package.yml
Jacob Heider 2590011140 +ddh
2023-11-28 19:07:48 -05:00

25 lines
421 B
YAML

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