Github messages for voidlinux
 help / color / mirror / Atom feed
From: AnInternetTroll <AnInternetTroll@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: mmv-rs-1.3.0
Date: Mon, 18 Sep 2023 21:11:31 +0200	[thread overview]
Message-ID: <20230918191131.uIUHvIOqCt4LyAn4xDCOcApJ1BZe3q8B7IRI1O5mrc0@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-46033@inbox.vuxu.org>

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

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

https://github.com/AnInternetTroll/void-packages mcp
https://github.com/void-linux/void-packages/pull/46033

New package: mmv-rs-1.3.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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/46033.patch is attached

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

From 08988cf0bd0b1e4062b3e99230fb63d448f6961f Mon Sep 17 00:00:00 2001
From: Luca Matei Pintilie <luca@lucamatei.com>
Date: Tue, 12 Sep 2023 20:02:26 +0200
Subject: [PATCH] New package: mmv-rs-1.3.1

---
 srcpkgs/mmv-rs/template | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 srcpkgs/mmv-rs/template

diff --git a/srcpkgs/mmv-rs/template b/srcpkgs/mmv-rs/template
new file mode 100644
index 0000000000000..afbd202a73de5
--- /dev/null
+++ b/srcpkgs/mmv-rs/template
@@ -0,0 +1,24 @@
+# Template file for 'mmv-rs'
+pkgname=mmv-rs
+version=1.3.1
+revision=1
+build_style=cargo
+short_desc="Minimal cli utility for safe mass moving/renaming of files"
+maintainer="Luca Matei Pintilie <luca@lucamatei.com>"
+license="0BSD"
+homepage="https://sr.ht/~mango/mmv"
+changelog="https://git.sr.ht/~mango/mmv/refs"
+distfiles="https://git.sr.ht/~mango/mmv/archive/v$version.tar.gz"
+checksum=422b34cbb1e44498bf690da80811f6e9e0d382c3a7aee6964651d1bee60fc9bc
+
+export MMV_NAME="mmv-rs"
+export MCP_NAME="mcp-rs"
+
+post_install() {
+	mv $DESTDIR/usr/bin/mmv $DESTDIR/usr/bin/mmv-rs
+	ln -s mmv-rs $DESTDIR/usr/bin/mcp-rs
+	vsed -i mmv.1 -e 's/mmv/&-rs/g; s/[^/]mcp/&-rs/g; s/MMV/&-RS/g; s|prj/mmv-rs|prj/mmv|;'
+	vman mmv.1 mmv-rs.1
+	ln -s mmv-rs.1 $DESTDIR/usr/share/man/man1/mcp-rs.1
+	vlicense LICENSE
+}

  parent reply	other threads:[~2023-09-18 19:11 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-12 18:22 [PR PATCH] New package: mmv-rs-1.2.0 AnInternetTroll
2023-09-13 18:06 ` [PR PATCH] [Updated] " AnInternetTroll
2023-09-14 16:52 ` AnInternetTroll
2023-09-14 17:05 ` AnInternetTroll
2023-09-14 17:22 ` [PR REVIEW] " tranzystorek-io
2023-09-14 17:26 ` tranzystorek-io
2023-09-14 17:27 ` tranzystorek-io
2023-09-14 17:53 ` [PR PATCH] [Updated] " AnInternetTroll
2023-09-18 19:11 ` AnInternetTroll [this message]
2023-09-23 12:06 ` [PR PATCH] [Updated] New package: mmv-rs-1.3.0 AnInternetTroll
2023-09-24 15:13 ` AnInternetTroll
2023-09-25 16:57 ` [PR PATCH] [Updated] New package: mmv-rs-1.4.0 AnInternetTroll
2023-09-25 17:00 ` [PR PATCH] [Merged]: " Johnnynator

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=20230918191131.uIUHvIOqCt4LyAn4xDCOcApJ1BZe3q8B7IRI1O5mrc0@z \
    --to=aninternettroll@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).