mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
20 lines
289 B
YAML
20 lines
289 B
YAML
|
distributable:
|
||
|
url: https://github.com/s3tools/s3cmd/archive/refs/tags/v{{version}}.tar.gz
|
||
|
strip-components: 1
|
||
|
|
||
|
versions:
|
||
|
github: s3tools/s3cmd
|
||
|
strip: /^v/
|
||
|
|
||
|
dependencies:
|
||
|
python.org: ^3
|
||
|
|
||
|
build:
|
||
|
python-venv.sh {{prefix}}/bin/s3cmd
|
||
|
|
||
|
provides:
|
||
|
- bin/s3cmd
|
||
|
|
||
|
test:
|
||
|
s3cmd --help
|