mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
19 lines
293 B
YAML
19 lines
293 B
YAML
distributable:
|
|
url: https://github.com/bloomreach/s4cmd/archive/refs/tags/{{version}}.tar.gz
|
|
strip-components: 1
|
|
|
|
versions:
|
|
github: bloomreach/s4cmd/tags
|
|
|
|
dependencies:
|
|
python.org: '>=3<3.12'
|
|
|
|
build:
|
|
python-venv.sh {{prefix}}/bin/s4cmd
|
|
|
|
provides:
|
|
- bin/s4cmd
|
|
|
|
test:
|
|
s4cmd --help
|