pantry/projects/github.com/ekzhang/bore/package.yml
Max Howell b781e6c0a0 +bore
2023-04-30 17:33:31 -04:00

18 lines
331 B
YAML

distributable:
url: https://github.com/ekzhang/bore/archive/refs/tags/v{{version}}.tar.gz
strip-components: 1
versions:
github: ekzhang/bore
build:
dependencies:
rust-lang.org/cargo: '*'
script:
cargo install --locked --path . --root {{prefix}}
provides:
- bin/bore
test:
bore --version | grep {{version}}