Github messages for voidlinux
 help / color / mirror / Atom feed
From: zen0bit <zen0bit@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: gum-0.9.0
Date: Fri, 17 Mar 2023 02:55:19 +0100	[thread overview]
Message-ID: <20230317015519.8FTXSMkvDW6mWGiHijmWU0eCe3uLymQgvCkyUQnrqRQ@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-42804@inbox.vuxu.org>

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

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

https://github.com/oSoWoSo/VUR gum
https://github.com/void-linux/void-packages/pull/42804

New package: gum-0.9.0
Reborn of #38427

Since is closed, new PR.

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

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


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

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

From dc1a44011944c4d65b3915bf6f5f67541544298e Mon Sep 17 00:00:00 2001
From: zenobit <zen@osowoso.xyz>
Date: Thu, 16 Mar 2023 06:32:36 +0100
Subject: [PATCH] New package: gum-0.9.0

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

diff --git a/srcpkgs/gum/template b/srcpkgs/gum/template
new file mode 100644
index 000000000000..89c48e9287eb
--- /dev/null
+++ b/srcpkgs/gum/template
@@ -0,0 +1,28 @@
+# Template file for 'gum'
+pkgname=gum
+version=0.9.0
+revision=1
+build_style=go
+build_helper=qemu
+go_import_path="github.com/charmbracelet/gum"
+go_ldflags="-X main.Version=v${version}"
+short_desc="Tool for glamorous shell scripts"
+maintainer="zenobit <zen@osowoso.xyz>"
+license="MIT"
+homepage="https://github.com/charmbracelet/gum"
+changelog="https://github.com/charmbracelet/gum/releases"
+distfiles="https://github.com/charmbracelet/gum/archive/refs/tags/v${version}.tar.gz"
+checksum=27dab5c8ca25e09794d54d7610064bea37a4e0c471d4e0a8a6835727a27a9a0f
+
+post_install() {
+	vlicense LICENSE
+
+	_cli=${DESTDIR}/usr/bin/gum
+	for shell in bash fish zsh; do
+		vtargetrun $_cli completion $shell > gum.${shell}
+		vcompletion gum.${shell} $shell
+	done
+
+	vtargetrun $_cli man > gum.1
+	vman gum.1
+}

  parent reply	other threads:[~2023-03-17  1:55 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-16  5:35 [PR PATCH] " zen0bit
2023-03-16  9:04 ` [PR REVIEW] " tranzystorek-io
2023-03-16 13:39 ` [PR PATCH] [Updated] " zen0bit
2023-03-16 13:54 ` [PR REVIEW] " tranzystorek-io
2023-03-16 13:54 ` tranzystorek-io
2023-03-16 14:01 ` tranzystorek-io
2023-03-16 14:01 ` tranzystorek-io
2023-03-16 14:02 ` tranzystorek-io
2023-03-16 14:02 ` tranzystorek-io
2023-03-16 20:15 ` [PR PATCH] [Updated] " zen0bit
2023-03-16 20:16 ` zen0bit
2023-03-16 20:20 ` [PR REVIEW] " zen0bit
2023-03-17  1:29 ` [PR PATCH] [Updated] " zen0bit
2023-03-17  1:55 ` zen0bit [this message]
2023-03-17  1:56 ` zen0bit
2023-03-28 21:07 ` [PR REVIEW] " paper42
2023-03-28 21:08 ` [PR PATCH] [Updated] " zen0bit
2023-03-28 21:09 ` [PR REVIEW] New package: gum-0.10.0 paper42
2023-03-28 21:12 ` [PR PATCH] [Updated] " zen0bit
2023-03-28 21:13 ` [PR REVIEW] " paper42
2023-03-28 21:16 ` [PR PATCH] [Updated] " zen0bit
2023-03-28 21:21 ` [PR PATCH] [Merged]: " paper42

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=20230317015519.8FTXSMkvDW6mWGiHijmWU0eCe3uLymQgvCkyUQnrqRQ@z \
    --to=zen0bit@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).