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: sq-0.40.0
Date: Thu, 13 Jul 2023 21:07:56 +0200	[thread overview]
Message-ID: <20230713190756.9-XoGb7m6d45GBMfP2eneu6ANhSON5sgkSrycStN3Tk@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-45023@inbox.vuxu.org>

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

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

https://github.com/icp1994/void-packages sq
https://github.com/void-linux/void-packages/pull/45023

New package: sq-0.40.0
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

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

From af54e0d497de5a3c4ac7c2a18dd7ce11afd343ba Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Mon, 23 Jan 2023 18:23:00 +0530
Subject: [PATCH] New package: sq-0.40.0

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

diff --git a/srcpkgs/sq/template b/srcpkgs/sq/template
new file mode 100644
index 000000000000..fb9503a9053f
--- /dev/null
+++ b/srcpkgs/sq/template
@@ -0,0 +1,30 @@
+# Template file for 'sq'
+pkgname=sq
+version=0.40.0
+revision=1
+archs="x86_64* aarch64*"
+build_style=go
+build_helper="qemu"
+go_import_path="github.com/neilotoole/sq"
+go_ldflags="-X ${go_import_path}/cli/buildinfo.Version=v${version}"
+makedepends="sqlite-devel"
+short_desc="CLI tool that provides jq-style access to structured data sources"
+maintainer="icp <pangolin@vivaldi.net>"
+license="MIT"
+homepage="https://sq.io"
+changelog="https://raw.githubusercontent.com/neilotoole/sq/master/CHANGELOG.md"
+distfiles="https://github.com/neilotoole/sq/archive/refs/tags/v${version}.tar.gz"
+checksum=696ae24ac14cd87a87f06d29953b6b9580ba0b2c92c36e1425f5aa244fb33b07
+conflicts="squirrel sequoia-sq"
+
+post_install() {
+	for shell in bash fish zsh; do
+		vtargetrun ${DESTDIR}/usr/bin/sq completion ${shell} > sq.${shell}
+		vcompletion sq.${shell} ${shell}
+	done
+
+	go run . man > sq.1
+	vman sq.1
+
+	vlicense LICENSE
+}

  parent reply	other threads:[~2023-07-13 19:07 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-13 18:40 [PR PATCH] " icp1994
2023-07-13 18:56 ` [PR PATCH] [Updated] " icp1994
2023-07-13 19:07 ` icp1994 [this message]
2023-07-13 19:20 ` icp1994
2023-07-23 20:56 ` [PR REVIEW] " Piraty
2023-07-24  5:54 ` [PR PATCH] [Updated] " icp1994
2023-07-24  5:57 ` icp1994
2023-07-24  5:59 ` [PR REVIEW] " icp1994
2023-09-02  5:09 ` [PR PATCH] [Updated] " icp1994
2023-09-02  5:13 ` icp1994
2023-09-07 16:06 ` [PR REVIEW] New package: sq-0.42.0 Piraty
2023-09-07 16:21 ` icp1994
2023-09-09 15:13 ` leahneukirchen
2023-09-09 17:54 ` [PR PATCH] [Updated] " icp1994
2023-09-09 17:57 ` icp1994
2023-09-09 21:04 ` [PR REVIEW] " Piraty
2023-09-09 21:04 ` [PR PATCH] [Merged]: " Piraty
2023-09-10 18:17 ` neilotoole

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=20230713190756.9-XoGb7m6d45GBMfP2eneu6ANhSON5sgkSrycStN3Tk@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).