dedupe(bore)

closes #6392
This commit is contained in:
Jacob Heider 2024-06-11 10:49:46 -04:00
parent 0c2e333750
commit 8406fbac9b
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

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