Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : docker-compose | name : docker-compose | ||||
| version : 1.29.2 | version : 2.3.3 | ||||
| release : 24 | release : 25 | ||||
| source : | source : | ||||
| - https://github.com/docker/compose/archive/1.29.2.tar.gz : 99a9b91d476062d280c889ae4e9993d7dd6a186327bafb2bb39521f9351b96eb | - https://github.com/docker/compose/archive/refs/tags/v2.3.3.tar.gz : bcca033859abfbb0949c4455725e5b01593f217f0b32b1d7f861c75c0b69f285 | ||||
| license : Apache-2.0 | license : Apache-2.0 | ||||
| component : virt | component : virt | ||||
| summary : A tool for defining and running multi-container Docker applications. | summary : A tool for defining and running multi-container Docker applications. | ||||
| description: | | description: | | ||||
| Compose is a tool for defining and running multi-container Docker applications. | Compose is a tool for defining and running multi-container Docker applications. | ||||
| With Compose, you use a Compose file to configure your application’s services. Then, using a single command, you create and start all the services from your configuration. | With Compose, you use a Compose file to configure your application’s services. Then, using a single command, you create and start all the services from your configuration. | ||||
| networking : yes | |||||
| builddeps : | builddeps : | ||||
| - pkgconfig(python3) | - golang | ||||
| - python-cached-property | |||||
| - python-docker-py | |||||
| - python-dockerpty | |||||
| - python-docopt | |||||
| - python-jsonschema | |||||
| - python-paramiko | |||||
| - python-pytest | |||||
| - python-texttable | |||||
| rundeps : | rundeps : | ||||
| - docker | - docker | ||||
| - python-cached-property | environment: | | ||||
| - python-colorama | export CGO_CPPFLAGS="${CPPFLAGS}" | ||||
| - python-distro | export CGO_CFLAGS="${CFLAGS}" | ||||
| - python-docker-py | export CGO_CXXFLAGS="${CXXFLAGS}" | ||||
| - python-dockerpty | export CGO_LDFLAGS="${LDFLAGS}" | ||||
| - python-docopt | |||||
| - python-dotenv | export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external -ldflags=-X=github.com/docker/compose/v2/internal.Version=v$version -mod=readonly -modcacherw" | ||||
| - python-paramiko | |||||
| - python-jsonschema | export _cli_plugins_dir=/usr/lib/docker/cli-plugins | ||||
| - python-texttable | |||||
| - pyyaml | |||||
| build : | | build : | | ||||
| %python3_setup | CGO_ENABLED=0 go build -trimpath -tags "e2e,kube" -o compose ./cmd | ||||
| install : | | install : | | ||||
| %python3_install | install -Ddm00755 $installdir/$_cli_plugins_dir | ||||
| install -Dm00644 contrib/completion/bash/docker-compose $installdir/usr/share/bash-completion/completions/docker-compose | install -m00755 compose $installdir/$_cli_plugins_dir/docker-compose | ||||
| install -Dm00644 contrib/completion/zsh/_docker-compose $installdir/usr/share/zsh/site-functions/_docker-compose | |||||
| # Compatibility symlink | |||||
| install -Ddm00755 "$installdir/usr/bin" | |||||
| ln -sf /usr/lib/docker/cli-plugins/docker-compose "$installdir/usr/bin/docker-compose" | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.