mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
+asciinema.org/agg
Signed-off-by: Jacob Torrey <jacob@thinkst.com>
This commit is contained in:
parent
0bbc0b350c
commit
1d6ef49102
1 changed files with 24 additions and 0 deletions
24
projects/asciinema.org/agg/package.yml
Normal file
24
projects/asciinema.org/agg/package.yml
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
distributable:
|
||||||
|
url: https://github.com/asciinema/agg/archive/refs/tags/v{{version}}.tar.gz
|
||||||
|
strip-components: 1
|
||||||
|
|
||||||
|
display-name: agg
|
||||||
|
|
||||||
|
versions:
|
||||||
|
github: asciinema/agg/tags # reads github tags from github
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
rust-lang.org: ^1.56
|
||||||
|
|
||||||
|
build:
|
||||||
|
dependencies:
|
||||||
|
rust-lang.org/cargo: '*'
|
||||||
|
script:
|
||||||
|
cargo install --path . --root {{prefix}}
|
||||||
|
|
||||||
|
provides:
|
||||||
|
- bin/agg
|
||||||
|
|
||||||
|
test:
|
||||||
|
script:
|
||||||
|
test "$(agg --version)" = "agg {{version}}"
|
Loading…
Reference in a new issue