pantry/projects/github.com/ekzhang/bore/package.yml

18 lines
331 B
YAML
Raw Normal View History

2023-04-30 23:02:52 +03:00
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}}