Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : kubectl | name : kubectl | ||||
| version : 1.23.5 | version : 1.24.3 | ||||
| release : 37 | release : 37 | ||||
| source : | source : | ||||
| - https://github.com/kubernetes/kubernetes/archive/v1.23.5.tar.gz : 3ffcab90374e1bef19a4da7eeda3333eba816cee98dca3899d1b0120c98dba38 | - https://github.com/kubernetes/kubernetes/archive/v1.24.3.tar.gz : 38331986b729a2ceaa87a42388c6de7852ad073267276238a6d6c6272e4769a6 | ||||
| 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/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 | install -Dm00644 docs/man/man1/kubectl* $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 fish > kubectl-fish-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-fish-completion $installdir/usr/share/fish/vendor_completions.d/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.