pantry/projects/crates.io/sleek/package.yml
2023-08-21 14:42:07 -04:00

22 lines
406 B
YAML

distributable:
url: https://github.com/nrempel/sleek/archive/refs/tags/v{{ version }}.tar.gz
strip-components: 1
provides:
- bin/sleek
versions:
github: nrempel/sleek
strip: /v/
build:
dependencies:
rust-lang.org: '>=1.65'
rust-lang.org/cargo: '*'
script:
cargo install --locked --path . --root {{prefix}}
test:
script:
- test "$(sleek --version)" = "sleek {{version}}"