Github messages for voidlinux
 help / color / mirror / Atom feed
From: icp1994 <icp1994@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: carapace-0.15.1
Date: Wed, 28 Sep 2022 11:22:05 +0200	[thread overview]
Message-ID: <20220928092205.MG_QG6DM4WB3Fh3_ZJtVF3sjEE2hF0I8ba1F2uCV310@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-39168@inbox.vuxu.org>

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

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

https://github.com/icp1994/void-packages carapace
https://github.com/void-linux/void-packages/pull/39168

New package: carapace-0.15.1
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

A nice soft dependency for Nushell (and some other shells in repo).

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

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

From e89e4d73590a000e77f5af6170e023dc363ad743 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 7 Sep 2022 21:08:27 +0530
Subject: [PATCH] New package: carapace-0.16.0

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

diff --git a/srcpkgs/carapace/template b/srcpkgs/carapace/template
new file mode 100644
index 000000000000..75cef50b7f90
--- /dev/null
+++ b/srcpkgs/carapace/template
@@ -0,0 +1,24 @@
+# Template file for 'carapace'
+pkgname=carapace
+version=0.16.0
+revision=1
+wrksrc="carapace-bin-${version}"
+build_style=go
+go_import_path="github.com/rsteube/carapace-bin"
+go_package="./cmd/carapace"
+go_build_tags="release"
+go_ldflags="-X main.version=${version}"
+short_desc="Multi-shell multi-command argument completer"
+maintainer="icp <pangolin@vivaldi.net>"
+license="MIT"
+homepage="https://github.com/rsteube/carapace-bin"
+distfiles="https://github.com/rsteube/carapace-bin/archive/refs/tags/v${version}.tar.gz"
+checksum=2784d530ff4cfaa1af5e69dc17f48a575d2dd390067d139bf46006b9655f2e21
+
+pre_build() {
+	GOARCH= go generate ./cmd/...
+}
+
+post_install() {
+	vlicense LICENSE
+}

  parent reply	other threads:[~2022-09-28  9:22 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-08 15:19 [PR PATCH] New package: carapace-0.15.0 icp1994
2022-09-08 15:37 ` [PR PATCH] [Updated] " icp1994
2022-09-21 17:03 ` icp1994
2022-09-21 17:08 ` icp1994
2022-09-28  9:22 ` icp1994 [this message]
2022-10-18 12:57 ` [PR PATCH] [Updated] New package: carapace-0.16.0 icp1994
2022-11-08 19:49 ` [PR PATCH] [Updated] New package: carapace-0.17.1 icp1994
2022-12-15  9:43 ` [PR PATCH] [Updated] New package: carapace-0.18.0 icp1994
2022-12-15  9:46 ` icp1994
2023-03-16  1:58 ` New package: carapace-0.19.0 github-actions
2023-03-23  5:23 ` [PR PATCH] [Updated] " icp1994
2023-04-10 19:37 ` [PR PATCH] [Updated] New package: carapace-0.23.0 icp1994
2023-06-24 12:43 ` [PR PATCH] [Closed]: New package: carapace-0.24.1 Duncaen

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=20220928092205.MG_QG6DM4WB3Fh3_ZJtVF3sjEE2hF0I8ba1F2uCV310@z \
    --to=icp1994@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).