mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
8c98285946
new file: projects/github.com/aws-cloudformation/cfn-lint/test.yml
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}} |