Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : kubectl | name : kubectl | ||||
| version : 1.15.2 | version : 1.16.0 | ||||
| release : 10 | release : 11 | ||||
| source : | source : | ||||
| - https://github.com/kubernetes/kubernetes/archive/v1.15.2.tar.gz : 05362a263bdc6329accd11efd1de6ce94b9612ff6570e5faf3ab90730510171b | - https://github.com/kubernetes/kubernetes/archive/v1.16.0.tar.gz : a8b2ee84ce38fa14404d7e56daa87aa2f2fb13e0114fb1150f294c992ab3f36c | ||||
| 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 | ||||
| setup : | | |||||
| # HACK so we can build with golang 1.13, see https://github.com/kubernetes/kubernetes/issues/82531 | |||||
| sed -i 's/GO111MODULE=auto/GO111MODULE=off/g' hack/lib/init.sh | |||||
| build : | | build : | | ||||
| hack/update-generated-docs.sh | hack/update-generated-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 | # Install completion scripts | ||||
| _output/bin/kubectl completion bash > kubectl-bash-completion | _output/bin/kubectl completion bash > kubectl-bash-completion | ||||
| _output/bin/kubectl completion zsh > kubectl-zsh-completion | _output/bin/kubectl completion zsh > kubectl-zsh-completion | ||||
| install -Dm00644 kubectl-bash-completion $installdir/usr/share/bash-completion/completions/kubectl | install -Dm00644 kubectl-bash-completion $installdir/usr/share/bash-completion/completions/kubectl | ||||
| install -Dm00644 kubectl-zsh-completion $installdir/usr/share/zsh/site-functions/_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.