This commit is contained in:
Max Howell 2023-04-30 16:02:52 -04:00
parent 3ab8622887
commit b781e6c0a0

View file

@ -0,0 +1,18 @@
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}}