pantry/projects/github.com/aws-cloudformation/cfn-lint/package.yml
2023-10-03 11:23:56 -04:00

20 lines
455 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:
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}}