Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: yazi-0.2.4
@ 2024-04-22 13:56 toomyem
  2024-04-22 14:11 ` chrysos349
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: toomyem @ 2024-04-22 13:56 UTC (permalink / raw)
  To: ml

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

There is a new 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: 1135 bytes --]

From 0861da7ab84e778ac041b403d3892077493000c0 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 | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/yazi/template

diff --git a/srcpkgs/yazi/template b/srcpkgs/yazi/template
new file mode 100644
index 00000000000000..9fbd53016cfa27
--- /dev/null
+++ b/srcpkgs/yazi/template
@@ -0,0 +1,22 @@
+# 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/"
+distfiles="https://github.com/sxyazi/yazi/releases/download/v${version}/yazi-x86_64-unknown-linux-gnu.zip"
+checksum="2b98c0f5b476026af18b7d4c1a915f8a168cf4500cabc6fdd5ef9b01fd3f21c1"
+
+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
+}

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: New package: yazi-0.2.4
  2024-04-22 13:56 [PR PATCH] New package: yazi-0.2.4 toomyem
@ 2024-04-22 14:11 ` chrysos349
  2024-04-22 14:12 ` [PR PATCH] [Updated] " toomyem
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: chrysos349 @ 2024-04-22 14:11 UTC (permalink / raw)
  To: ml

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

New comment by chrysos349 on void-packages repository

https://github.com/void-linux/void-packages/pull/49984#issuecomment-2069596407

Comment:
#46909

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Updated] New package: yazi-0.2.4
  2024-04-22 13:56 [PR PATCH] New package: yazi-0.2.4 toomyem
  2024-04-22 14:11 ` chrysos349
@ 2024-04-22 14:12 ` toomyem
  2024-04-22 14:33 ` toomyem
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: toomyem @ 2024-04-22 14:12 UTC (permalink / raw)
  To: ml

[-- 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
+}

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Updated] New package: yazi-0.2.4
  2024-04-22 13:56 [PR PATCH] New package: yazi-0.2.4 toomyem
  2024-04-22 14:11 ` chrysos349
  2024-04-22 14:12 ` [PR PATCH] [Updated] " toomyem
@ 2024-04-22 14:33 ` toomyem
  2024-04-22 14:42 ` toomyem
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: toomyem @ 2024-04-22 14:33 UTC (permalink / raw)
  To: ml

[-- 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: 1661 bytes --]

From 05b62890ce64eceb2caa6e2aab0910517e51dd9b 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..c89d6b9f3306eb
--- /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-${_arch}-unknown-linux-${_type}.zip
+}
+
+do_install() {
+	vbin yazi
+	vcompletion completions/yazi.bash bash
+	vcompletion completions/yazi.fish fish
+	vcompletion completions/_yazi zsh
+	vlicense LICENSE
+}

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Updated] New package: yazi-0.2.4
  2024-04-22 13:56 [PR PATCH] New package: yazi-0.2.4 toomyem
                   ` (2 preceding siblings ...)
  2024-04-22 14:33 ` toomyem
@ 2024-04-22 14:42 ` toomyem
  2024-04-22 14:50 ` [PR PATCH] [Closed]: " cinerea0
  2024-04-22 14:51 ` cinerea0
  5 siblings, 0 replies; 8+ messages in thread
From: toomyem @ 2024-04-22 14:42 UTC (permalink / raw)
  To: ml

[-- 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: 1687 bytes --]

From 15f25d92a4f791181dbc1677773f05d432abf3ff 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 | 46 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 46 insertions(+)
 create mode 100644 srcpkgs/yazi/template

diff --git a/srcpkgs/yazi/template b/srcpkgs/yazi/template
new file mode 100644
index 00000000000000..566057526c405c
--- /dev/null
+++ b/srcpkgs/yazi/template
@@ -0,0 +1,46 @@
+# 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/"
+archs="x86_64* aarch64*"
+
+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-${_arch}-unknown-linux-${_type}.zip
+}
+
+do_install() {
+	vbin yazi
+	vcompletion completions/yazi.bash bash
+	vcompletion completions/yazi.fish fish
+	vcompletion completions/_yazi zsh
+	vlicense LICENSE
+}

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Closed]: New package: yazi-0.2.4
  2024-04-22 13:56 [PR PATCH] New package: yazi-0.2.4 toomyem
                   ` (3 preceding siblings ...)
  2024-04-22 14:42 ` toomyem
@ 2024-04-22 14:50 ` cinerea0
  2024-04-22 14:51 ` cinerea0
  5 siblings, 0 replies; 8+ messages in thread
From: cinerea0 @ 2024-04-22 14:50 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

New package: yazi-0.2.4
https://github.com/void-linux/void-packages/pull/49984

Description:
#### 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)


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: New package: yazi-0.2.4
  2024-04-22 13:56 [PR PATCH] New package: yazi-0.2.4 toomyem
                   ` (4 preceding siblings ...)
  2024-04-22 14:50 ` [PR PATCH] [Closed]: " cinerea0
@ 2024-04-22 14:51 ` cinerea0
  5 siblings, 0 replies; 8+ messages in thread
From: cinerea0 @ 2024-04-22 14:51 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/49984#issuecomment-2069748867

Comment:
Closed as duplicate.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: New package: yazi-0.2.4
  2023-10-26 15:16 [PR PATCH] New package: yazi-0.1.5 Bnyro
@ 2024-04-23 13:59 ` toomyem
  0 siblings, 0 replies; 8+ messages in thread
From: toomyem @ 2024-04-23 13:59 UTC (permalink / raw)
  To: ml

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

New comment by toomyem on void-packages repository

https://github.com/void-linux/void-packages/pull/46909#issuecomment-2072395716

Comment:
Will it be merged eventually? :smile: 

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-04-23 13:59 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-22 13:56 [PR PATCH] New package: yazi-0.2.4 toomyem
2024-04-22 14:11 ` chrysos349
2024-04-22 14:12 ` [PR PATCH] [Updated] " toomyem
2024-04-22 14:33 ` 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:59 ` New package: yazi-0.2.4 toomyem

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).