pantry/projects/crates.io/cpz/package.yml

26 lines
530 B
YAML
Raw Normal View History

2024-06-20 18:45:59 +03:00
distributable:
url: https://github.com/SUPERCILEX/fuc/archive/refs/tags/{{ version.tag }}.tar.gz
strip-components: 1
provides:
- bin/cpz
versions:
github: SUPERCILEX/fuc
build:
dependencies:
rust-lang.org: '>=1.60'
rust-lang.org/cargo: '*'
script: cargo install --locked --path cpz --root {{prefix}}
test:
dependencies:
wilfred.me.uk/difftastic: '*'
script:
- mkdir -p a/b/c/d/e
- echo aaa > a/b/c/d/e/f
- echo aaa > a/b/c/d/e/g
- cpz a a2
- difft a a2 --check-only --exit-code