mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
7fb5ceef71
* github.com/adrienverge/yamllint * fix version; simplify --------- Co-authored-by: Jacob Heider <jacob@tea.xyz>
15 lines
304 B
YAML
15 lines
304 B
YAML
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}}
|