Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: kubie-0.23.1
@ 2024-07-26 22:04 dutraxyz
  2024-08-31  4:12 ` [PR PATCH] [Updated] " nulldutra
  2024-10-18 19:37 ` [PR PATCH] [Closed]: " nulldutra
  0 siblings, 2 replies; 3+ messages in thread
From: dutraxyz @ 2024-07-26 22:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dutraxyz/void kube/add-package
https://github.com/void-linux/void-packages/pull/51486

New package: kubie-0.23.1
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86-64-libc
- I built this PR locally for these architectures:
  - aarch64
  - aarch64-musl


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-kube/add-package-51486.patch --]
[-- Type: text/x-diff, Size: 1089 bytes --]

From 51f8f2800d897e5a5aec5bfd88d8a7cc9c838de0 Mon Sep 17 00:00:00 2001
From: "Gabriel M. Dutra" <me@dutralabs.xyz>
Date: Fri, 26 Jul 2024 18:49:30 -0300
Subject: [PATCH] New package: kubie-0.23.1

Signed-off-by: Gabriel M. Dutra <me@dutralabs.xyz>
---
 srcpkgs/kubie/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/kubie/template

diff --git a/srcpkgs/kubie/template b/srcpkgs/kubie/template
new file mode 100644
index 00000000000000..f681a360c75436
--- /dev/null
+++ b/srcpkgs/kubie/template
@@ -0,0 +1,19 @@
+# Template file for 'kubie'
+pkgname=kubie
+version=0.23.1
+revision=1
+build_style=cargo
+short_desc="Alternative to kubectx and kubens"
+maintainer="Gabriel M. Dutra <me@dutralabs.xyz>"
+license="zlib-acknowledgement"
+homepage="https://github.com/sbstp/kubie"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=f0ad14d393856a71795152a4d0b316f91394d337de073b7f38fa727b745fb66a
+_completions="bash fish"
+
+post_install() {
+	for shell in $_completions
+	do
+		vcompletion "completion/kubie.$shell" "$shell"
+	done
+}

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

* Re: [PR PATCH] [Updated] New package: kubie-0.23.1
  2024-07-26 22:04 [PR PATCH] New package: kubie-0.23.1 dutraxyz
@ 2024-08-31  4:12 ` nulldutra
  2024-10-18 19:37 ` [PR PATCH] [Closed]: " nulldutra
  1 sibling, 0 replies; 3+ messages in thread
From: nulldutra @ 2024-08-31  4:12 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by nulldutra against master on the void-packages repository

https://github.com/nulldutra/void kube/add-package
https://github.com/void-linux/void-packages/pull/51486

New package: kubie-0.23.1
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86-64-libc
- I built this PR locally for these architectures:
  - aarch64
  - aarch64-musl


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-kube/add-package-51486.patch --]
[-- Type: text/x-diff, Size: 1044 bytes --]

From b1c4f4fa68c26daebf32ef07b74ed398041e434c Mon Sep 17 00:00:00 2001
From: "Gabriel M. Dutra" <nulldutra@gmail.com>
Date: Fri, 26 Jul 2024 18:49:30 -0300
Subject: [PATCH] New package: kubie-0.23.1

---
 srcpkgs/kubie/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/kubie/template

diff --git a/srcpkgs/kubie/template b/srcpkgs/kubie/template
new file mode 100644
index 00000000000000..2d431843e6c74b
--- /dev/null
+++ b/srcpkgs/kubie/template
@@ -0,0 +1,19 @@
+# Template file for 'kubie'
+pkgname=kubie
+version=0.23.1
+revision=1
+build_style=cargo
+short_desc="Alternative to kubectx and kubens"
+maintainer="Gabriel M. Dutra <nulldutra@gmail.com>"
+license="zlib-acknowledgement"
+homepage="https://github.com/sbstp/kubie"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=f0ad14d393856a71795152a4d0b316f91394d337de073b7f38fa727b745fb66a
+_completions="bash fish"
+
+post_install() {
+	for shell in $_completions
+	do
+		vcompletion "completion/kubie.$shell" "$shell"
+	done
+}

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

* Re: [PR PATCH] [Closed]: New package: kubie-0.23.1
  2024-07-26 22:04 [PR PATCH] New package: kubie-0.23.1 dutraxyz
  2024-08-31  4:12 ` [PR PATCH] [Updated] " nulldutra
@ 2024-10-18 19:37 ` nulldutra
  1 sibling, 0 replies; 3+ messages in thread
From: nulldutra @ 2024-10-18 19:37 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

New package: kubie-0.23.1
https://github.com/void-linux/void-packages/pull/51486

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

#### Local build testing
- I built this PR locally for my native architecture, x86-64-libc
- I built this PR locally for these architectures:
  - aarch64
  - aarch64-musl


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

end of thread, other threads:[~2024-10-18 19:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-26 22:04 [PR PATCH] New package: kubie-0.23.1 dutraxyz
2024-08-31  4:12 ` [PR PATCH] [Updated] " nulldutra
2024-10-18 19:37 ` [PR PATCH] [Closed]: " nulldutra

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).