Search Criteria
Package Details: kubectl 1.13.0-2
Git Clone URL: | https://aur.archlinux.org/kubectl.git (read-only) |
---|---|
Package Base: | kubectl |
Description: | Kubernetes.io client binary |
Upstream URL: | http://kubernetes.io |
Licenses: | |
Conflicts: | |
Submitter: | intelfx |
Maintainer: | intelfx |
Last Packager: | intelfx |
Votes: | 8 |
Popularity: | 2.320082 |
First Submitted: | 2018-08-14 17:21 |
Last Updated: | 2018-12-13 07:01 |
Dependencies (2)
- go (gcc-go-git, gcc-go, go-pie) (make)
- rsync (rsync-git, rsync-fadvise) (make)
Required by (10)
- ark-bin (optional)
- eksctl
- eksctl-bin
- kube-prompt-git
- kubernetes-helm (optional)
- kubernetes-helm-bin (optional)
- kubicorn-git (optional)
- minikube (optional)
- minikube-bin (optional)
- minikube-git (optional)
Latest Comments
intelfx commented on 2018-12-13 07:04
Yes, it does. Sorry for my inaction, this has been fixed.
phw commented on 2018-10-22 07:31
@intelfx: makedepends is missing rsync
wommel commented on 2018-10-10 10:28
requires rsync to build
intelfx commented on 2018-08-20 03:32
@attila123
makedepends=()
is exactly for this kind of thing. My bad — I simply forgot to add go as a makedep. I've just fixed this.attila123 commented on 2018-08-17 07:52
This package requires a working go compiler, but I am not sure whether it is possible to check for it in PKGBUIILD (before downloading the source package), looks like no? https://wiki.archlinux.org/index.php/creating_packages#PKGBUILD_functions Would requiring extra/go in makedepends (https://wiki.archlinux.org/index.php/PKGBUILD#makedepends) a too strict requirement? (Unfortunately I am not familiar with building packages.)