mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
+eb -- Run commands with exponential backoff
This commit is contained in:
parent
ecefa879ef
commit
d804fec5ad
1 changed files with 20 additions and 0 deletions
20
projects/crates.io/eb/package.yml
Normal file
20
projects/crates.io/eb/package.yml
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
distributable:
|
||||||
|
url: https://github.com/rye/eb/archive/refs/tags/v{{ version }}.tar.gz
|
||||||
|
strip-components: 1
|
||||||
|
|
||||||
|
provides:
|
||||||
|
- bin/eb
|
||||||
|
|
||||||
|
versions:
|
||||||
|
github: rye/eb
|
||||||
|
strip: /v/
|
||||||
|
|
||||||
|
build:
|
||||||
|
dependencies:
|
||||||
|
rust-lang.org: ">=1.65"
|
||||||
|
rust-lang.org/cargo: "*"
|
||||||
|
script: cargo install --locked --path . --root {{prefix}}
|
||||||
|
|
||||||
|
test:
|
||||||
|
script:
|
||||||
|
- test "$(eb --version)" = "eb {{version}}"
|
Loading…
Reference in a new issue