mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
21 lines
478 B
YAML
21 lines
478 B
YAML
|
distributable:
|
||
|
url: https://github.com/aws-cloudformation/cfn-lint/archive/v{{version}}.tar.gz
|
||
|
strip-components: 1
|
||
|
versions:
|
||
|
github: aws-cloudformation/cfn-lint
|
||
|
dependencies:
|
||
|
python.org: ^3.11
|
||
|
pyyaml.org: '*'
|
||
|
github.com/benjaminp/six: '*'
|
||
|
build:
|
||
|
dependencies:
|
||
|
tea.xyz/gx/cc: c99
|
||
|
rust-lang.org: '*'
|
||
|
script:
|
||
|
- python-venv.sh {{prefix}}/bin/cfn-lint
|
||
|
provides:
|
||
|
- bin/cfn-lint
|
||
|
test:
|
||
|
script:
|
||
|
- cfn-lint test.yml
|
||
|
- cfn-lint -v | grep {{version}}
|