Github messages for voidlinux
 help / color / mirror / Atom feed
From: akhiljalagam <akhiljalagam@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: gum-0.4.0
Date: Sat, 06 Aug 2022 07:53:56 +0200	[thread overview]
Message-ID: <20220806055356.k10UwM50QxgvlqswOc2re1_5Ns60dDIANtTdSbWnl4o@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38427@inbox.vuxu.org>

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

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

https://github.com/akhiljalagam/void-packages gum
https://github.com/void-linux/void-packages/pull/38427

New package: gum-0.4.0
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 0ce0af3080735e4bce8430713d06f6dc38d99165 Mon Sep 17 00:00:00 2001
From: akhil <akhil.j@outlook.in>
Date: Tue, 2 Aug 2022 19:17:52 +0530
Subject: [PATCH] New package: gum-0.4.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..6d8b5ca73fc5
--- /dev/null
+++ b/srcpkgs/gum/template
@@ -0,0 +1,28 @@
+# Template file for 'gum'
+pkgname=gum
+version=0.4.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=504a92791dacaa06e025a7fea32f96f9d4f67b26a38b1a07eb2703e5519cea1b
+
+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
+}

  parent reply	other threads:[~2022-08-06  5:53 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-02 13:48 [PR PATCH] New package: gum-0.2.0 akhiljalagam
2022-08-02 13:53 ` akhiljalagam
2022-08-02 13:53 ` akhiljalagam
2022-08-02 14:01 ` tranzystorek-io
2022-08-02 14:07 ` [PR REVIEW] " tranzystorek-io
2022-08-02 14:08 ` [PR PATCH] [Updated] " akhiljalagam
2022-08-02 14:09 ` tranzystorek-io
2022-08-02 14:27 ` [PR PATCH] [Updated] " akhiljalagam
2022-08-02 17:46 ` [PR REVIEW] " classabbyamp
2022-08-02 17:47 ` [PR PATCH] [Updated] " akhiljalagam
2022-08-02 17:48 ` akhiljalagam
2022-08-05  8:45 ` dmarto
2022-08-05 18:44 ` [PR PATCH] [Updated] " akhiljalagam
2022-08-05 19:50 ` classabbyamp
2022-08-06  5:53 ` [PR PATCH] [Updated] New package: gum-0.4.0 akhiljalagam
2022-08-06  5:53 ` akhiljalagam [this message]
2022-09-15  7:05 ` akhiljalagam
2022-12-15  2:02 ` github-actions
2022-12-30  1:57 ` [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=20220806055356.k10UwM50QxgvlqswOc2re1_5Ns60dDIANtTdSbWnl4o@z \
    --to=akhiljalagam@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).