Github messages for voidlinux
 help / color / mirror / Atom feed
From: fanyx <fanyx@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: kubectx-bash 0.9.4
Date: Tue, 18 Apr 2023 09:38:14 +0200	[thread overview]
Message-ID: <20230418073814.FmRTBoDu8L6pJSmuQAISxdr_FZ0orvdtdzXz6c8lOOo@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-40005@inbox.vuxu.org>

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

There is an updated 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: 1150 bytes --]

From 2c927f2e8db5047c304d138bd5f2305d393324c0 Mon Sep 17 00:00:00 2001
From: fanyx <fanyx@posteo.net>
Date: Tue, 18 Apr 2023 09:32:43 +0200
Subject: [PATCH] New package: kubectx-bash 0.9.4

---
 srcpkgs/kubectx-bash/template | 21 +++++++++++++++++++++
 1 file changed, 21 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..983e9e4b977c
--- /dev/null
+++ b/srcpkgs/kubectx-bash/template
@@ -0,0 +1,21 @@
+# Template file for 'kubectx-bash'
+pkgname=kubectx-bash
+version=0.9.4
+revision=1
+depends="bash fzf"
+short_desc="Faster way to switch between clusters and namespaces in kubectl"
+maintainer="fanyx <fanyx@posteo.net>"
+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 $bin
+		done
+	done
+}

  parent reply	other threads:[~2023-04-18  7:38 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-17  7:33 [PR PATCH] " 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 [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230418073814.FmRTBoDu8L6pJSmuQAISxdr_FZ0orvdtdzXz6c8lOOo@z \
    --to=fanyx@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).