Github messages for voidlinux
 help / color / mirror / Atom feed
From: Bnyro <Bnyro@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: yazi-0.1.5
Date: Mon, 04 Dec 2023 16:26:06 +0100	[thread overview]
Message-ID: <20231204152606.e9ROYmZa0WTvRLteKroVIo9FPmu84_JjndGK_rOEDQ4@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-46909@inbox.vuxu.org>

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

There is an updated 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: 1398 bytes --]

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

diff --git a/srcpkgs/yazi/template b/srcpkgs/yazi/template
new file mode 100644
index 0000000000000..62ccff843b216
--- /dev/null
+++ b/srcpkgs/yazi/template
@@ -0,0 +1,31 @@
+# Template file for 'yazi'
+pkgname=yazi
+version=0.1.5
+revision=1
+build_style=cargo
+make_install_args="--path app"
+hostmakedepends="pkg-config"
+makedepends="oniguruma-devel lua52-devel"
+depends="nerd-fonts-symbols-ttf"
+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 -e "s/luajit52/lua52/" -e "s/, \"vendored\"//" plugin/Cargo.toml
+}
+
+pre_build() {
+	cargo update mlua
+}
+
+post_install() {
+	vcompletion config/completions/yazi.bash bash
+	vcompletion config/completions/yazi.fish fish
+	vcompletion config/completions/_yazi zsh
+	vlicense LICENSE
+}

  parent reply	other threads:[~2023-12-04 15:26 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-26 15:16 [PR PATCH] " 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 [this message]
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

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=20231204152606.e9ROYmZa0WTvRLteKroVIo9FPmu84_JjndGK_rOEDQ4@z \
    --to=bnyro@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).