pantry/projects/github.com/asciidoc-py/asciidoc-py/package.yml
2023-10-03 11:23:56 -04:00

23 lines
498 B
YAML

distributable:
url: https://github.com/asciidoc-py/asciidoc-py/archive/refs/tags/{{version}}.tar.gz
strip-components: 1
versions:
github: asciidoc-py/asciidoc-py
dependencies:
docbook.org: '*'
python.org: ~3.11
gnu.org/source-highlight: '*'
build:
python-venv.sh {{prefix}}/bin/asciidoc
provides:
- bin/asciidoc
test:
script:
echo 'Hello World!' > text.txt
asciidoc -b html5 -o test.html test.txt
test $(cat test.html) = '<h2 id="_hello_world">Hello World!</h2>'