+genact -- A nonsense activity generator

This commit is contained in:
Kevin Chen 2023-11-18 10:33:38 -05:00 committed by Jacob Heider
parent 2f1ce82c47
commit 1cce5548e9

View file

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