pantry/projects/localstack.cloud/awscli-local/package.yml
Kevin Chen a0b5a2987a
+awslocal -- Thin wrapper around the 'aws' command line interface for use with LocalStack (#5426)
* +awslocal -- Thin wrapper around the 'aws' command line interface for use with LocalStack

* Update package.yml

---------

Co-authored-by: Jacob Heider <jacob@pkgx.dev>
2024-03-08 10:05:28 -05:00

29 lines
581 B
YAML

# https://localstack.cloud/
distributable:
url: https://github.com/localstack/awscli-local/archive/5b38bc5f3e954298c27a1895578390398f968814.tar.gz
strip-components: 1
versions:
- 2023.12.28
# FIXME once there has been an official release
dependencies:
pkgx.sh: ^1
aws.amazon.com/cli: ^2
build:
dependencies:
python.org: ^3.11
script:
- bkpyvenv stage {{prefix}} {{version}}
- ${{prefix}}/venv/bin/pip install .
- bkpyvenv seal {{prefix}} awslocal
provides:
- bin/awslocal
test:
- awslocal --version
- awslocal --version | grep aws-cli/2