mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
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:
parent
357cc7e5a4
commit
7fb5ceef71
14
projects/github.com/adrienverge/yamllint/package.yml
Normal file
14
projects/github.com/adrienverge/yamllint/package.yml
Normal 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}}
|
Loading…
Reference in a new issue