mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
22 lines
424 B
YAML
22 lines
424 B
YAML
|
distributable:
|
||
|
url: https://github.com/asciinema/asciinema/archive/refs/tags/v{{version}}.tar.gz
|
||
|
strip-components: 1
|
||
|
|
||
|
display-name: asciinema
|
||
|
|
||
|
versions:
|
||
|
github: asciinema/asciinema/tags # reads github tags from github
|
||
|
|
||
|
dependencies:
|
||
|
python.org: ^3.12
|
||
|
|
||
|
build:
|
||
|
script: python-venv.sh {{prefix}}/bin/asciinema
|
||
|
|
||
|
provides:
|
||
|
- bin/asciinema
|
||
|
|
||
|
test:
|
||
|
script:
|
||
|
test "$(asciinema --version)" = "asciinema {{version}}"
|