Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: xplr-0.20.0
@ 2022-11-22 22:10 devraza
  2022-11-22 22:16 ` [PR REVIEW] " classabbyamp
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: devraza @ 2022-11-22 22:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/devraza/void-packages xplr
https://github.com/void-linux/void-packages/pull/40704

New package: xplr-0.20.0
#### 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)


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

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

From dc74b13a50fb9bb95929825eccc82e434930252d Mon Sep 17 00:00:00 2001
From: Muhammad Nauman Raza <thedevraza@proton.me>
Date: Tue, 22 Nov 2022 21:58:00 +0000
Subject: [PATCH] New package: xplr-0.20.0

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

diff --git a/srcpkgs/xplr/template b/srcpkgs/xplr/template
new file mode 100644
index 000000000000..4f56ae05852f
--- /dev/null
+++ b/srcpkgs/xplr/template
@@ -0,0 +1,20 @@
+# Template file for 'xplr'
+pkgname=xplr
+version=0.20.0
+revision=1
+build_style=cargo
+short_desc="Hackable, minimal, fast TUI file explorer"
+maintainer="Muhammad Nauman Raza <thedevraza@proton.me>"
+license="MIT"
+homepage="https://github.com/sayanarjit/xplr"
+distfiles="https://github.com/sayanarijit/xplr/archive/refs/tags/v${version}.tar.gz"
+checksum=c4d63d9e1e313eeeb2e6d8d17e30b18ee4b8be01c419f08a89959fe5a4a09ac0
+
+do_install() {
+	     vlicense LICENSE
+	     vdoc README.md
+	     vmkdir usr/share/doc/xplr/
+	     vcopy docs/en/src usr/share/doc/xplr/
+	     local _bin_path="${wrksrc}/target/${RUST_TARGET}/release"
+	     vbin ${_bin_path}/xplr
+}

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

end of thread, other threads:[~2022-12-17 15:22 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-22 22:10 [PR PATCH] New package: xplr-0.20.0 devraza
2022-11-22 22:16 ` [PR REVIEW] " classabbyamp
2022-11-22 22:16 ` classabbyamp
2022-11-23 10:11 ` [PR PATCH] [Updated] " devraza
2022-11-23 10:11 ` devraza
2022-11-23 10:21 ` [PR REVIEW] " devraza
2022-11-23 10:35 ` devraza
2022-11-23 17:15 ` devraza
2022-11-23 17:45 ` [PR PATCH] [Updated] " devraza
2022-11-24 19:04 ` devraza
2022-11-25  6:56 ` icp1994
2022-11-26 12:37 ` [PR PATCH] [Updated] " devraza
2022-12-17 14:49 ` devraza
2022-12-17 15:22 ` [PR PATCH] [Closed]: " devraza

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