pantry/projects/github.com/adrienverge/yamllint/package.yml

15 lines
304 B
YAML
Raw Normal View History

distributable:
url: https://github.com/adrienverge/yamllint/archive/v{{version}}.tar.gz
strip-components: 1
versions:
github: adrienverge/yamllint/tags
dependencies:
python.org: ^3.11
pyyaml.org: '*'
build: python-venv.sh {{prefix}}/bin/yamllint
test: yamllint --version | grep {{version}}