mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
5de528dccb
commit
62c94c9b20
1 changed files with 26 additions and 0 deletions
26
projects/ansible.com/ansible-lint/package.yml
Normal file
26
projects/ansible.com/ansible-lint/package.yml
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
distributable:
|
||||||
|
url: https://github.com/ansible/ansible-lint/archive/refs/tags/{{version.tag}}.tar.gz
|
||||||
|
strip-components: 1
|
||||||
|
|
||||||
|
versions:
|
||||||
|
github: ansible/ansible-lint
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
pkgx.sh: ^1
|
||||||
|
|
||||||
|
build:
|
||||||
|
dependencies:
|
||||||
|
python.org: ~3.11
|
||||||
|
script:
|
||||||
|
- bkpyvenv stage {{prefix}} {{version}}
|
||||||
|
- ${{prefix}}/venv/bin/pip install .
|
||||||
|
- bkpyvenv seal {{prefix}} ansible-lint
|
||||||
|
|
||||||
|
test:
|
||||||
|
fixture: |
|
||||||
|
[defaults]
|
||||||
|
fact_caching_timeout=invalid-value
|
||||||
|
script: ansible-lint $FIXTURE
|
||||||
|
|
||||||
|
provides:
|
||||||
|
- bin/ansible-lint
|
Loading…
Reference in a new issue