Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: gum-0.9.0
@ 2023-03-16  5:35 zen0bit
  2023-03-16  9:04 ` [PR REVIEW] " tranzystorek-io
                   ` (20 more replies)
  0 siblings, 21 replies; 22+ messages in thread
From: zen0bit @ 2023-03-16  5:35 UTC (permalink / raw)
  To: ml

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

There is a new 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

I just updated version...

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: 1318 bytes --]

From 207439d5d7b2c30e2bcffd658f4254343115a544 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..fd8085db72dc
--- /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="akhil <akhil.j@outlook.in>"
+license="MIT"
+homepage="https://github.com/charmbracelet/gum"
+changelog="https://github.com/charmbracelet/gum/releases"
+distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
+checksum=27dab5c8ca25e09794d54d7610064bea37a4e0c471d4e0a8a6835727a27a9a0f
+
+post_install() {
+	vlicense LICENSE
+
+	_cli=$(find $GOPATH/bin -name $pkgname)
+	for shell in bash fish zsh; do
+		vtargetrun $_cli completion $shell > ${pkgname}.${shell}
+		vcompletion ${pkgname}.${shell} $shell
+	done
+
+	vtargetrun $_cli man > ${pkgname}.1
+	vman ${pkgname}.1
+}

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

end of thread, other threads:[~2023-03-28 21:21 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-16  5:35 [PR PATCH] New package: gum-0.9.0 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
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

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