mirror of
https://github.com/ivabus/pantry
synced 2024-11-14 20:45:09 +03:00
26 lines
530 B
YAML
26 lines
530 B
YAML
|
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
|