From: icp1994 <icp1994@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] trippy: update to 0.12.2.
Date: Sun, 05 Jan 2025 10:30:40 +0100 [thread overview]
Message-ID: <20250105093040.87B0326499@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-53842@inbox.vuxu.org>
[-- Attachment #1: Type: text/plain, Size: 476 bytes --]
There is an updated pull request by icp1994 against master on the void-packages repository
https://github.com/icp1994/void-packages trippy
https://github.com/void-linux/void-packages/pull/53842
trippy: update to 0.12.2.
#### 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/53842.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-trippy-53842.patch --]
[-- Type: text/x-diff, Size: 1466 bytes --]
From db6a956f92afee5adcbe27e3c4be431e20dd30cc Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Fri, 3 Jan 2025 23:15:12 +0530
Subject: [PATCH] trippy: update to 0.12.2.
generate/install manpage and completions
---
srcpkgs/trippy/template | 17 ++++++++++++++---
1 file changed, 14 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/trippy/template b/srcpkgs/trippy/template
index 1c7d55b3ba5f29..8930f65630cf40 100644
--- a/srcpkgs/trippy/template
+++ b/srcpkgs/trippy/template
@@ -1,13 +1,24 @@
# Template file for 'trippy'
pkgname=trippy
-version=0.12.1
+version=0.12.2
revision=1
+build_wrksrc="crates/trippy"
build_style=cargo
-make_install_args="--path=crates/trippy"
+build_helper="qemu"
short_desc="Tool to assist with analysis of networking issues"
maintainer="icp <pangolin@vivaldi.net>"
license="Apache-2.0"
homepage="https://trippy.rs/"
changelog="https://raw.githubusercontent.com/fujiapple852/trippy/refs/heads/master/RELEASES.md"
distfiles="https://github.com/fujiapple852/trippy/archive/refs/tags/${version}.tar.gz"
-checksum=ae868123cba03977786f0dd74297f2e15e021d753684bd6e47554003f03a3d5b
+checksum=6f23549e5f398113ecd0d2f15c829f5ab84fcdf99dde9942c61746e72f990085
+
+post_install() {
+ vtargetrun ${DESTDIR}/usr/bin/trip --generate-man > trip.1
+ vman trip.1
+
+ for shell in bash fish zsh; do
+ vtargetrun ${DESTDIR}/usr/bin/trip --generate ${shell} > trip.${shell}
+ vcompletion trip.${shell} ${shell} trip
+ done
+}
next prev parent reply other threads:[~2025-01-05 9:30 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-04 18:53 [PR PATCH] " icp1994
2025-01-04 19:33 ` tranzystorekk
2025-01-05 9:30 ` icp1994 [this message]
2025-01-05 10:26 ` [PR PATCH] [Merged]: " tranzystorekk
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=20250105093040.87B0326499@inbox.vuxu.org \
--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).