Github messages for voidlinux
 help / color / mirror / Atom feed
From: ahesford <ahesford@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: kompose-1.26.1
Date: Wed, 19 Oct 2022 16:59:43 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-40042@inbox.vuxu.org> (raw)

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

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

https://github.com/ahesford/void-packages kompose
https://github.com/void-linux/void-packages/pull/40042

New package: kompose-1.26.1
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

From 468c88378b1718d81b40bad0e7b1355cb58ede0d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 19 Oct 2022 10:54:31 -0400
Subject: [PATCH] New package: kompose-1.26.1

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

diff --git a/srcpkgs/kompose/template b/srcpkgs/kompose/template
new file mode 100644
index 000000000000..5d3b251f92f3
--- /dev/null
+++ b/srcpkgs/kompose/template
@@ -0,0 +1,24 @@
+# Template file for 'kompose'
+pkgname=kompose
+version=1.26.1
+revision=1
+build_style=go
+build_helper=qemu
+go_import_path=github.com/kubernetes/kompose
+short_desc="Go from Docker Compose to Kubernetes"
+maintainer="Andrew J. Hesford <ajh@sideband.org>"
+license="Apache-2.0"
+homepage="https://kompose.io/"
+changelog="https://raw.githubusercontent.com/kubernetes/kompose/master/CHANGELOG.md"
+distfiles="https://github.com/kubernetes/kompose/archive/v${version}.tar.gz"
+checksum=58547107377705f48cd02e391a5faf441dc0c861aeb9bc17c7c46e9de3ae1806
+
+post_install() {
+	local shell
+	local kompose="${DESTDIR}/usr/bin/kompose"
+
+	for shell in bash fish zsh; do
+		vtargetrun "${kompose}" completion ${shell} > completions.${shell}
+		vcompletion completions.${shell} ${shell}
+	done
+}

             reply	other threads:[~2022-10-19 14:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-19 14:59 ahesford [this message]
2022-10-31 13:42 ` [PR PATCH] [Closed]: " ahesford
  -- strict thread matches above, loose matches on Subject: below --
2022-10-11 12:10 [PR PATCH] " TeddyDD

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-40042@inbox.vuxu.org \
    --to=ahesford@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).