Skip to content

Commit

Permalink
New package: kubelogin-1.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
newbluemoon committed Mar 28, 2022
1 parent 141895a commit c7d1f82
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions srcpkgs/kubelogin/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Template file for 'kubelogin'
pkgname=kubelogin
version=1.25.1
revision=1
build_style=go
go_import_path="github.com/int128/kubelogin"
short_desc="Kubectl plugin for Kubernetes OpenID Connect (OIDC) authentication"
maintainer="newbluemoon <blaumolch@mailbox.org>"
license="Apache-2.0"
homepage="https://github.com/int128/kubelogin"
distfiles="https://github.com/int128/kubelogin/archive/refs/tags/v${version}.tar.gz"
checksum=8934cda16af382e94d224866e7557f09ae10d9268a9db17818f7767287f406eb

post_install() {
ln -s kubelogin ${DESTDIR}/usr/bin/kubectl-oidc_login
}

0 comments on commit c7d1f82

Please sign in to comment.