+eb -- Run commands with exponential backoff

This commit is contained in:
Kevin Chen 2023-10-30 12:13:14 -04:00 committed by Max Howell
parent ecefa879ef
commit d804fec5ad

View 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}}"