Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: yazi-0.1.5
@ 2023-10-26 15:16 Bnyro
  2023-10-26 15:18 ` [PR PATCH] [Updated] " Bnyro
                   ` (46 more replies)
  0 siblings, 47 replies; 50+ messages in thread
From: Bnyro @ 2023-10-26 15:16 UTC (permalink / raw)
  To: ml

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

There is a new pull request by Bnyro against master on the void-packages repository

https://github.com/Bnyro/void-packages yazi
https://github.com/void-linux/void-packages/pull/46909

New package: yazi-0.1.5
#### 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-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l-musl

closes #46843

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

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

From 2efe6f61d01f5ea6d0ea06a1d9472eebfd5305a9 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Thu, 26 Oct 2023 17:16:06 +0200
Subject: [PATCH] New package: yazi-0.1.5

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

diff --git a/srcpkgs/yazi/template b/srcpkgs/yazi/template
new file mode 100644
index 0000000000000..503d9582f515e
--- /dev/null
+++ b/srcpkgs/yazi/template
@@ -0,0 +1,26 @@
+# Template file for 'yazi'
+pkgname=yazi
+version=0.1.5
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="oniguruma-devel lua52-devel"
+depends="nerd-fonts-symbols-ttf"
+make_install_args="--path app"
+short_desc="Blazing fast terminal file manager"
+maintainer="Bnyro <bnyro@tutanota.com>"
+license="MIT"
+homepage="https://yazi-rs.github.io"
+distfiles="https://github.com/sxyazi/yazi/archive/refs/tags/v${version}.tar.gz"
+checksum=cfaf32fe58f68b7532f33b2a60e9507939ee54e32164db051357e059c553afec
+
+post_patch() {
+	# we can't use luajit52 because it's not in the repos
+	vsed -i "s/luajit52/lua52/" plugin/Cargo.toml
+}
+
+post_install() {
+	vcompletion config/completions/yazi.bash bash
+	vcompletion config/completions/yazi.fish fish
+	vlicense LICENSE
+}

^ permalink raw reply	[flat|nested] 50+ messages in thread
* [PR PATCH] New package: yazi-0.2.4
@ 2024-04-22 13:56 toomyem
  2024-04-22 14:11 ` chrysos349
  2024-04-22 14:51 ` cinerea0
  0 siblings, 2 replies; 50+ 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] 50+ messages in thread

end of thread, other threads:[~2024-04-29 16:09 UTC | newest]

Thread overview: 50+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-26 15:16 [PR PATCH] New package: yazi-0.1.5 Bnyro
2023-10-26 15:18 ` [PR PATCH] [Updated] " Bnyro
2023-10-28 18:54 ` rookiejet
2023-10-29  8:48 ` Bnyro
2023-10-29  8:48 ` Bnyro
2023-10-29 13:00 ` rookiejet
2023-10-29 14:21 ` [PR PATCH] [Updated] " Bnyro
2023-10-29 14:21 ` Bnyro
2023-11-15 17:27 ` realcharmer
2023-12-03 16:43 ` Anidetrix
2023-12-03 16:44 ` Anidetrix
2023-12-03 16:45 ` Anidetrix
2023-12-03 16:45 ` Anidetrix
2023-12-03 16:48 ` Anidetrix
2023-12-03 17:09 ` Anidetrix
2023-12-03 18:46 ` Bnyro
2023-12-03 18:48 ` Bnyro
2023-12-03 19:05 ` Anidetrix
2023-12-03 19:05 ` Anidetrix
2023-12-03 19:05 ` Anidetrix
2023-12-03 19:11 ` Anidetrix
2023-12-04 14:57 ` [PR PATCH] [Updated] " Bnyro
2023-12-04 15:26 ` Bnyro
2024-01-17 17:39 ` sxyazi
2024-01-17 18:18 ` Bnyro
2024-01-17 18:18 ` [PR PATCH] [Updated] " Bnyro
2024-01-17 18:18 ` Bnyro
2024-01-17 18:24 ` New package: yazi-0.2.1 Anidetrix
2024-01-17 18:24 ` sxyazi
2024-01-17 18:29 ` [PR PATCH] [Updated] " Bnyro
2024-01-17 18:30 ` [PR REVIEW] " Anidetrix
2024-01-17 18:39 ` sxyazi
2024-01-17 18:42 ` [PR PATCH] [Updated] " Bnyro
2024-01-28 17:23 ` LinArcX
2024-02-13 16:19 ` melroy89
2024-02-13 16:20 ` melroy89
2024-02-19 18:42 ` sxyazi
2024-02-19 19:20 ` [PR PATCH] [Updated] " Bnyro
2024-02-19 19:21 ` Bnyro
2024-04-13 23:13 ` New package: yazi-0.2.3 zen0bit
2024-04-14  0:54 ` zen0bit
2024-04-14 10:25 ` [PR PATCH] [Updated] " Bnyro
2024-04-22 14:52 ` [PR REVIEW] New package: yazi-0.2.4 classabbyamp
2024-04-23 13:31 ` [PR PATCH] [Updated] " Bnyro
2024-04-23 13:59 ` toomyem
2024-04-29 15:29 ` New package: yazi-0.2.5 manfred3000
2024-04-29 15:32 ` manfred3000
2024-04-29 16:09 ` sxyazi
2024-04-22 13:56 [PR PATCH] New package: yazi-0.2.4 toomyem
2024-04-22 14:11 ` chrysos349
2024-04-22 14:51 ` cinerea0

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