18 lines
479 B
Plaintext
18 lines
479 B
Plaintext
name: docker-compose
|
|
description: Fast, isolated development environments using Docker
|
|
version: 5.0.0
|
|
revision: 1
|
|
url: https://www.docker.com/
|
|
license: Apache-2.0
|
|
architecture: any
|
|
type: source
|
|
depends:
|
|
- docker
|
|
make_depends:
|
|
- golang
|
|
downloads:
|
|
- url: https://github.com/docker/compose/archive/refs/tags/v${BPM_PKG_VERSION}.tar.gz
|
|
extract_to: ${BPM_SOURCE}
|
|
extract_strip_components: 1
|
|
checksum: 2c50b805cbb35c7257b54e739aa71c5d7aa5da3a8b2da5c5bb8f145c3bf02e96
|