mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
84dfa483ee
* Initial packaging of asciinema Signed-off-by: Jacob Torrey <jacob@thinkst.com> * Removed duplicated deps in test Signed-off-by: Jacob Torrey <jacob@thinkst.com> * Rename to the canonical asciinema.org for the main package Signed-off-by: Jacob Torrey <jacob@thinkst.com> --------- Signed-off-by: Jacob Torrey <jacob@thinkst.com>
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}}"
|