Github messages for voidlinux
 help / color / mirror / Atom feed
From: toomyem <toomyem@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: yazi-0.2.4
Date: Mon, 22 Apr 2024 16:12:51 +0200	[thread overview]
Message-ID: <20240422141251.71EE0216A3@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-49984@inbox.vuxu.org>

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

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

https://github.com/toomyem/void-packages yazi
https://github.com/void-linux/void-packages/pull/49984

New package: yazi-0.2.4
#### 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/49984.patch is attached

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

From b1eb1da9b8c36a600800f4b365101593901e0e9a Mon Sep 17 00:00:00 2001
From: toomyem <toomyem@gmail.com>
Date: Thu, 8 Feb 2024 17:25:21 +0100
Subject: [PATCH] New package: yazi-0.2.4

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

diff --git a/srcpkgs/yazi/template b/srcpkgs/yazi/template
new file mode 100644
index 00000000000000..aa2fc83e378326
--- /dev/null
+++ b/srcpkgs/yazi/template
@@ -0,0 +1,45 @@
+# Template file for 'yazi'
+pkgname=yazi
+version=0.2.4
+revision=1
+short_desc="Yazi - Blazing Fast Terminal File Manager"
+maintainer="toomyem <toomyem@gmail.com>"
+license=MIT
+homepage="https://yazi-rs.github.io/"
+
+case "${XBPS_TARGET_MACHINE}" in
+	x86_64)
+		_type=gnu ;
+		_arch=x86_64 ;
+		checksum="2b98c0f5b476026af18b7d4c1a915f8a168cf4500cabc6fdd5ef9b01fd3f21c1"
+	;;
+	x86_64-musl)
+		_type=musl ;
+		_arch=x86_64 ;
+		checksum="d84940bed392b620a9f772b8e1b31916891a3d71a8831e3662ed13e3709371f5"
+	;;
+	aarch64)
+		_type=gnu ;
+		_arch=aarch64 ;
+		checksum="97207a7a01f4651d930ed06843300d706414b8cccb899e07b3a567a326cfce15"
+	;;
+	aarch64-musl)
+		_type=musl ;
+		_arch=aarch64 ;
+		checksum="d8e8943c53325ac0064e08e9e4693b4260a257917a6883f5c25b54be42d7bf76"
+	;;
+esac
+
+distfiles="https://github.com/sxyazi/yazi/releases/download/v${version}/yazi-${_arch}-unknown-linux-${_type}.zip"
+
+do_extract() {
+	vsrcextract yazi-x86_64-unknown-linux-gnu.zip
+}
+
+do_install() {
+	vbin yazi
+	vcompletion completions/yazi.bash bash
+	vcompletion completions/yazi.fish fish
+	vcompletion completions/_yazi zsh
+	vlicense LICENSE
+}

  parent reply	other threads:[~2024-04-22 14:12 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-22 13:56 [PR PATCH] " toomyem
2024-04-22 14:11 ` chrysos349
2024-04-22 14:12 ` toomyem [this message]
2024-04-22 14:33 ` [PR PATCH] [Updated] " toomyem
2024-04-22 14:42 ` toomyem
2024-04-22 14:50 ` [PR PATCH] [Closed]: " cinerea0
2024-04-22 14:51 ` cinerea0
  -- strict thread matches above, loose matches on Subject: below --
2023-10-26 15:16 [PR PATCH] New package: yazi-0.1.5 Bnyro
2024-04-23 13:31 ` [PR PATCH] [Updated] New package: yazi-0.2.4 Bnyro

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=20240422141251.71EE0216A3@inbox.vuxu.org \
    --to=toomyem@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).