pantry/projects/asciinema.org/package.yml
Jacob Torrey 84dfa483ee
Initial packaging of asciinema (#3832)
* 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>
2023-10-25 17:50:42 -04:00

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}}"