Github messages for voidlinux
 help / color / mirror / Atom feed
From: realcharmer <realcharmer@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: pipr-0.0.16
Date: Sun, 01 Jan 2023 11:36:29 +0100	[thread overview]
Message-ID: <20230101103629.cd1aSdIgkkrH1lYSWFlU7oA2PerfZL_ziNh7UI2hR6k@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-41354@inbox.vuxu.org>

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

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

https://github.com/realcharmer/void-packages pipr
https://github.com/void-linux/void-packages/pull/41354

New package: pipr-0.0.16
A tool to interactively write shell pipelines.
<https://github.com/elkowar/pipr>

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

#### 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 patch file from https://github.com/void-linux/void-packages/pull/41354.patch is attached

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

From dc017072e30c7756dce295a193cac6b73ab4b996 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Thu, 29 Dec 2022 21:46:08 +0100
Subject: [PATCH] New package: pipr-0.0.16

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

diff --git a/srcpkgs/pipr/template b/srcpkgs/pipr/template
new file mode 100644
index 000000000000..463079ccff4c
--- /dev/null
+++ b/srcpkgs/pipr/template
@@ -0,0 +1,22 @@
+# Template file for 'pipr'
+pkgname=pipr
+version=0.0.16
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+short_desc="Tool for writing interactive shell pipelines"
+maintainer="Emil Miler <em@0x45.cz>"
+license="MIT"
+homepage="https://github.com/elkowar/pipr"
+distfiles="https://github.com/elkowar/pipr/archive/v${version}/${pkgname}-${version}.tar.gz"
+checksum=4be6f79ff25f69efe6d4fe45bdc0b751b3adc8de33a2dc825073d59e5d50d3d0
+
+pre_build() {
+	# fixes an indexmap error when cross compiling
+	cargo update --package autocfg@1.0.1 --precise 1.1.0
+}
+
+post_install() {
+	vdoc Readme.md
+	vlicense LICENSE
+}

  parent reply	other threads:[~2023-01-01 10:36 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-29 20:48 [PR PATCH] " realcharmer
2022-12-30  7:54 ` realcharmer
2022-12-30 10:45 ` [PR PATCH] [Updated] " realcharmer
2022-12-30 12:12 ` paper42
2023-01-01 10:36 ` realcharmer [this message]
2023-01-01 10:43 ` realcharmer
2023-04-02  1:53 ` github-actions
2023-04-02  7:46 ` realcharmer
2023-06-24 12:53 ` [PR PATCH] [Closed]: " 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=20230101103629.cd1aSdIgkkrH1lYSWFlU7oA2PerfZL_ziNh7UI2hR6k@z \
    --to=realcharmer@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).