Package Details: clusterctl-bin 1.6.1-1

Git Clone URL: https://aur.archlinux.org/clusterctl-bin.git (read-only, click to copy)
Package Base: clusterctl-bin
Description: Cluster API Tool
Upstream URL: https://cluster-api.sigs.k8s.io/
Keywords: api cluster kubectl kubernetes
Licenses: Apache
Provides: clusterctl
Submitter: selfuryon
Maintainer: selfuryon
Last Packager: selfuryon
Votes: 7
Popularity: 0.031388
First Submitted: 2020-03-20 21:42 (UTC)
Last Updated: 2024-02-12 16:21 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

grumpynaga commented on 2024-02-06 22:58 (UTC)

new version is out: 1.6.1 if ya have time

Jont828 commented on 2023-08-16 17:12 (UTC)

Cluster API v1.5.0 released recently with a new version of clusterctl by the way, could you update when you have some time?

cwrau commented on 2022-11-09 10:19 (UTC)

Could you provide completion for zsh/bash?

You can use the following snippet inside the install function;

  $srcdir/$$bin completion zsh > $srcdir/zsh_$$bin
  $srcdir/$$bin completion bash > $srcdir/bash_$$bin
  install -D -m 0644 $srcdir/zsh_$$bin $pkgdir/usr/share/zsh/site-functions/_$$bin
  install -D -m 0644 $srcdir/bash_$$bin $pkgdir/usr/share/bash-completion/completions/$$bin

replacing $$bin with clusterctl maybe?

selfuryon commented on 2021-10-10 13:30 (UTC)

Thank you, @Jont828! Updated it!

Jont828 commented on 2021-10-07 18:38 (UTC)

It seems like there's a new version of clusterctl available with the release of Cluster API 1.0. Could you update the bin when you get the chance?

selfuryon commented on 2021-05-14 07:01 (UTC)

Thanks for the advice! Fixed it

jesserd commented on 2021-05-04 20:22 (UTC)

Can you change the source to look something like:

source=("clusterctl-linux-amd64-v$pkgver::https://github.com/kubernetes-sigs/cluster-api/releases/download/v$pkgver/clusterctl-linux-amd64")

and adjust package() to use the new name?

I don't cleanBuild the packages and this fails the sha256sum check unless I delete the previously downloaded binary

selfuryon commented on 2020-04-29 21:48 (UTC)

Thank you for information!

matthias.lisin commented on 2020-04-28 11:32 (UTC)

hello friend, you provides=() has the wrong quotes and kills the variable. But besides that you don't have to add the $pkgver there as long as there is nothing that somehow depends on knowing this.

Just add provides=('clusterctl')