mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
23 lines
422 B
YAML
23 lines
422 B
YAML
distributable:
|
|
url: https://github.com/ZZROTDesign/docker-clean/archive/refs/tags/v{{version}}.tar.gz
|
|
strip-components: 1
|
|
|
|
versions:
|
|
github: ZZROTDesign/docker-clean
|
|
|
|
provides:
|
|
- bin/docker-clean
|
|
|
|
dependencies:
|
|
gnu.org/bash: '*'
|
|
docker.com/cli: "*"
|
|
|
|
build:
|
|
script:
|
|
- mkdir -p "{{ prefix }}"/bin
|
|
- cp docker-clean {{prefix}}/bin
|
|
|
|
test:
|
|
script:
|
|
- test "$(docker-clean --version)" = "{{version}}"
|