Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: kubectx-bash 0.9.4
@ 2022-10-17  7:33 fanyx
  2022-10-17 13:04 ` [PR PATCH] [Updated] " fanyx
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: fanyx @ 2022-10-17  7:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1062 bytes --]

There is a new pull request by fanyx against master on the void-packages repository

https://github.com/fanyx/void-packages kubectx-bash
https://github.com/void-linux/void-packages/pull/40005

New package: kubectx-bash 0.9.4
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **POSSIBLY?**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

Bash version of kubectx #39732
Go version is lacking some features I only realised after using it for some days, so i would prefer this version over Go version for now.
Open for discussion.

Of course i can use this package for myself using xbps-src but having it available to others would be great.

A patch file from https://github.com/void-linux/void-packages/pull/40005.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-kubectx-bash-40005.patch --]
[-- Type: text/x-diff, Size: 1180 bytes --]

From ee93d9a85c753e4590ffcf57177df0b87f5df05a Mon Sep 17 00:00:00 2001
From: fanyx <fanyx@fanyx.xyz>
Date: Mon, 17 Oct 2022 09:29:48 +0200
Subject: [PATCH] New package: kubectx-bash 0.9.4

---
 srcpkgs/kubectx-bash/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/kubectx-bash/template

diff --git a/srcpkgs/kubectx-bash/template b/srcpkgs/kubectx-bash/template
new file mode 100644
index 000000000000..04ad11ebd79f
--- /dev/null
+++ b/srcpkgs/kubectx-bash/template
@@ -0,0 +1,22 @@
+# Template file for 'kubectx-bash'
+pkgname=kubectx-bash
+version=0.9.4
+revision=1
+wrksrc=kubectx-${version}
+depends="bash fzf"
+short_desc="Faster way to switch between clusters and namespaces in kubectl"
+maintainer="fanyx <fanyx@fanyx.xyz>"
+license="Apache-2.0"
+homepage="https://github.com/ahmetb/kubectx"
+distfiles="https://github.com/ahmetb/kubectx/archive/v${version}.tar.gz"
+checksum=91e6b2e0501bc581f006322d621adad928ea3bd3d8df6612334804b93efd258c
+conflicts="kubectx"
+
+do_install() {
+	for bin in kubectx kubens; do
+		vbin $bin
+		for sh in bash zsh fish; do
+			vcompletion completion/$bin.$sh $sh $sh $bin
+		done
+	done
+}

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2023-11-01  1:46 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-17  7:33 [PR PATCH] New package: kubectx-bash 0.9.4 fanyx
2022-10-17 13:04 ` [PR PATCH] [Updated] " fanyx
2023-01-16  1:59 ` github-actions
2023-01-16  9:43 ` fanyx
2023-04-18  1:51 ` github-actions
2023-04-18  7:27 ` fanyx
2023-04-18  7:33 ` [PR PATCH] [Updated] " fanyx
2023-04-18  7:38 ` fanyx
2023-07-18  2:12 ` github-actions
2023-07-18 15:51 ` [PR PATCH] [Updated] New package: kubectx-bash 0.9.5 fanyx
2023-10-18  1:45 ` github-actions
2023-11-01  1:46 ` [PR PATCH] [Closed]: " github-actions

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).