pantry/projects/pygments.org/package.yml

26 lines
430 B
YAML
Raw Normal View History

distributable:
url: https://github.com/pygments/pygments/archive/refs/tags/{{version}}.tar.gz
strip-components: 1
versions:
github: pygments/pygments/tags
dependencies:
2023-10-03 18:23:56 +03:00
python.org: ~3.11
build:
script: |
python-venv.sh {{prefix}}/bin/pygmentize
provides:
- bin/pygmentize
test:
fixture: |
import os
print(os.getcwd())
script: |
mv $FIXTURE test.py
pygmentize -f html -o test.html test.py