mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
50f3df340e
commit
f7d4349d86
27
projects/crates.io/typos/package.yml
Normal file
27
projects/crates.io/typos/package.yml
Normal file
|
@ -0,0 +1,27 @@
|
|||
distributable:
|
||||
url: https://github.com/crate-ci/typos/archive/refs/tags/v{{ version }}.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
provides:
|
||||
- bin/typos
|
||||
|
||||
versions:
|
||||
github: crate-ci/typos
|
||||
strip: /v/
|
||||
|
||||
build:
|
||||
working-directory: crates/typos-cli
|
||||
dependencies:
|
||||
rust-lang.org: '>=1.65'
|
||||
rust-lang.org/cargo: '*'
|
||||
script:
|
||||
cargo install --locked --path . --root {{prefix}}
|
||||
|
||||
test:
|
||||
script:
|
||||
# Passes
|
||||
- test "$(typos --version)" = "typos-cli {{version}}"
|
||||
- echo "crumble" | typos -
|
||||
|
||||
# Fails
|
||||
- test ! $(echo "crumlbe" | typos -)
|
Loading…
Reference in a new issue