mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
18 lines
331 B
YAML
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}}
|