mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
1d6ef49102
Signed-off-by: Jacob Torrey <jacob@thinkst.com>
25 lines
442 B
YAML
25 lines
442 B
YAML
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}}"
|