Github messages for voidlinux
 help / color / mirror / Atom feed
From: akierig <akierig@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: mmv-go 0.1.6
Date: Thu, 27 Apr 2023 23:28:49 +0200	[thread overview]
Message-ID: <20230427212849.zUAn3bdt8IOXJhFv6WOr1g3oWcw23hFsuGoD10cx2nM@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-43653@inbox.vuxu.org>

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

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

https://github.com/akierig/void-packages mmv-go
https://github.com/void-linux/void-packages/pull/43653

New package: mmv-go 0.1.6
#### 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
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl (crossbuild)
  - aarch64 (crossbuild)
  - aarch64-musl (crossbuild)


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

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

From 83419cd23821dc4571cbf5dc319f68bed5d7655f Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Thu, 27 Apr 2023 15:51:23 -0500
Subject: [PATCH] New package: mmv-go 0.1.6

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

diff --git a/srcpkgs/mmv-go/template b/srcpkgs/mmv-go/template
new file mode 100644
index 000000000000..a42588733fd2
--- /dev/null
+++ b/srcpkgs/mmv-go/template
@@ -0,0 +1,22 @@
+# Template file for 'mmv-go'
+pkgname=mmv-go
+version=0.1.6
+revision=1
+build_style=go
+go_import_path=github.com/itchyny/mmv/cmd/mmv@latest
+short_desc="Rename and move multiple files at once with your editor"
+maintainer="anelki <akierig@fastmail.de>"
+license="MIT"
+homepage="https://github.com/itchyny/mmv"
+distfiles="https://github.com/itchyny/mmv/archive/refs/tags/v${version}.tar.gz"
+checksum=18d181e6a53437ad18c4409f3c423bc23687152a17b53a605dde13dfffb0d215
+
+do_install() {
+	for f in ${GOPATH}/bin/*; do
+		vbin $f mmv-go
+	done
+}
+
+post_install() {
+	vlicense LICENSE
+}

  parent reply	other threads:[~2023-04-27 21:28 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-27 20:54 [PR PATCH] " akierig
2023-04-27 21:26 ` [PR PATCH] [Updated] " akierig
2023-04-27 21:28 ` akierig [this message]
2023-04-27 21:32 ` akierig
2023-04-27 21:38 ` [PR REVIEW] " mhmdanas
2023-04-27 21:38 ` mhmdanas
2023-04-27 22:03 ` paper42
2023-04-27 22:13 ` [PR PATCH] [Updated] " akierig
2023-04-28 17:42 ` [PR REVIEW] " mhmdanas
2023-06-24 12:06 ` [PR PATCH] [Merged]: " Duncaen

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=20230427212849.zUAn3bdt8IOXJhFv6WOr1g3oWcw23hFsuGoD10cx2nM@z \
    --to=akierig@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).