github.com/adrienverge/yamllint (#2587)

* github.com/adrienverge/yamllint

* fix version; simplify

---------

Co-authored-by: Jacob Heider <jacob@tea.xyz>
This commit is contained in:
Andrew 2023-07-16 10:30:54 +03:00 committed by GitHub
parent 357cc7e5a4
commit 7fb5ceef71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,14 @@
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}}