mirror of
https://github.com/ivabus/pantry
synced 2024-11-09 18:15:18 +03:00
+genact -- A nonsense activity generator
This commit is contained in:
parent
2f1ce82c47
commit
1cce5548e9
21
projects/svenstaro.github.io/genact/package.yml
Normal file
21
projects/svenstaro.github.io/genact/package.yml
Normal 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}}"
|
Loading…
Reference in a new issue