+toast -- containerized task system

This commit is contained in:
Kevin Chen 2023-08-26 21:34:58 -04:00 committed by Jacob Heider
parent b8afe11a9e
commit 2b749f8787

View file

@ -0,0 +1,21 @@
distributable:
url: https://github.com/stepchowfun/toast/archive/refs/tags/v{{ version }}.tar.gz
strip-components: 1
provides:
- bin/toast
versions:
github: stepchowfun/toast
strip: /v/
build:
dependencies:
rust-lang.org: '>=1.65'
rust-lang.org/cargo: '*'
script:
cargo install --locked --path . --root {{prefix}}
test:
script:
- test "$(toast --version)" = "Toast {{version}}"