Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : docker-compose | name : docker-compose | ||||
| version : 1.22.0 | version : 1.22.0 | ||||
| release : 13 | release : 14 | ||||
| source : | source : | ||||
| - https://github.com/docker/compose/archive/1.22.0.tar.gz : d28a2e96976dae306f480f656e4487a0334a5f95c456408f4bbe4acc5760ffa0 | - https://github.com/docker/compose/archive/1.22.0.tar.gz : d28a2e96976dae306f480f656e4487a0334a5f95c456408f4bbe4acc5760ffa0 | ||||
| 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. | ||||
| Show All 11 Lines | rundeps : | ||||
| - python-six | - python-six | ||||
| - python-texttable | - python-texttable | ||||
| - python-websocket-client | - python-websocket-client | ||||
| - pyyaml | - pyyaml | ||||
| setup : | | setup : | | ||||
| %python3_setup | %python3_setup | ||||
| install : | | install : | | ||||
| %python3_install | %python3_install | ||||
| install -Dm00644 contrib/completion/bash/docker-compose $installdir/usr/share/bash-completion/completions/docker-compose | |||||
sunnyflunk: Needs 00644 for both installs | |||||
| install -Dm00644 contrib/completion/zsh/_docker-compose $installdir/usr/share/zsh/site-functions/_docker-compose | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.
Needs 00644 for both installs