mirror of
https://github.com/ivabus/pantry
synced 2024-11-13 03:55:18 +03:00
25 lines
538 B
YAML
25 lines
538 B
YAML
|
distributable:
|
||
|
url: https://github.com/Nike-Inc/gimme-aws-creds/archive/refs/tags/v{{version}}.tar.gz
|
||
|
strip-components: 1
|
||
|
|
||
|
versions:
|
||
|
github: Nike-Inc/gimme-aws-creds
|
||
|
|
||
|
dependencies:
|
||
|
pkgx.sh: ^1
|
||
|
|
||
|
build:
|
||
|
dependencies:
|
||
|
python.org: ^3.11
|
||
|
script:
|
||
|
- bkpyvenv stage {{prefix}} {{version}}
|
||
|
- ${{prefix}}/venv/bin/pip install .
|
||
|
- bkpyvenv seal {{prefix}} gimme-aws-creds
|
||
|
|
||
|
provides:
|
||
|
- bin/gimme-aws-creds
|
||
|
|
||
|
test:
|
||
|
- touch ~/.okta_aws_login_config
|
||
|
- test "$(gimme-aws-creds --version)" = "gimme-aws-creds {{version}}"
|