mirror of
https://github.com/ivabus/pantry
synced 2024-11-14 12:35:10 +03:00
23 lines
498 B
YAML
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>'
|