mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
+crates.io/bpb
This commit is contained in:
parent
bac7968464
commit
9da39a1a2a
1 changed files with 24 additions and 0 deletions
24
projects/crates.io/bpb/package.yml
Normal file
24
projects/crates.io/bpb/package.yml
Normal file
|
@ -0,0 +1,24 @@
|
|||
# cargo install bpb does not work because cargo does not require correct
|
||||
# semantic versioning and allows yanking so the dependency graph has begun to
|
||||
# fail
|
||||
|
||||
distributable:
|
||||
url: https://github.com/withoutboats/bpb/tarball/b1ef5ca1d2dea0e2ec0b1616f087f110ea17adfa
|
||||
# repo has no tags, presumably we can get the tags from crates.io, but not
|
||||
# sure how to do that at this time
|
||||
strip-components: 1
|
||||
|
||||
provides:
|
||||
- bin/bpb
|
||||
|
||||
versions:
|
||||
- 1.1.0
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
rust-lang.org/cargo: '*'
|
||||
script:
|
||||
cargo install --locked --path . --root {{prefix}}
|
||||
|
||||
test:
|
||||
bpb --help
|
Loading…
Reference in a new issue