Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : kubectl | name : kubectl | ||||
| version : 1.11.0 | version : 1.11.2 | ||||
| release : 1 | release : 2 | ||||
| source : | source : | ||||
| - https://github.com/kubernetes/kubernetes/archive/v1.11.0.tar.gz : b264dec72bb383fe6fc9063a1e270c00e734005e7af578bd0b33091fd8451349 | - https://github.com/kubernetes/kubernetes/archive/v1.11.2.tar.gz : 43f42c64426247d909010bf77f18c72ab1f36104a67e9c878cf897ee9f0ab6a6 | ||||
| license : Apache-2.0 | license : Apache-2.0 | ||||
| component : network.clients | component : network.clients | ||||
| summary : Command line interface for running commands against Kubernetes clusters | summary : Command line interface for running commands against Kubernetes clusters | ||||
| description: | | description: | | ||||
| kubectl is a command line interface for running commands against Kubernetes clusters | kubectl is a command line interface for running commands against Kubernetes clusters | ||||
| builddeps : | builddeps : | ||||
| - golang | - golang | ||||
| - rsync | - rsync | ||||
| build : | | build : | | ||||
| hack/generate-docs.sh | hack/generate-docs.sh | ||||
| %make kubectl | %make kubectl | ||||
| install : | | install : | | ||||
| install -dm00644 $installdir/usr/share/man/man1 | install -dm00644 $installdir/usr/share/man/man1 | ||||
| cp docs/man/man1/kubectl*.1 $installdir/usr/share/man/man1 | cp docs/man/man1/kubectl*.1 $installdir/usr/share/man/man1 | ||||
| install -Dm00755 _output/bin/kubectl $installdir/usr/bin/kubectl | install -Dm00755 _output/bin/kubectl $installdir/usr/bin/kubectl | ||||
| # Install completion scripts | |||||
| _output/bin/kubectl completion bash > kubectl-bash-completion | |||||
| _output/bin/kubectl completion zsh > kubectl-zsh-completion | |||||
| install -Dm00644 kubectl-bash-completion $installdir/usr/share/bash-completion/completions/kubectl | |||||
| install -Dm00644 kubectl-zsh-completion $installdir/usr/share/zsh/site-functions/_kubectl | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.