Github messages for voidlinux
 help / color / mirror / Atom feed
From: dmarto <dmarto@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: melt-0.3.0
Date: Wed, 11 May 2022 03:17:25 +0200	[thread overview]
Message-ID: <20220511011725.b0VjNF_BiSAj4X75He7MLjaUZpMgVTYaRCOP6WlFU-o@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-36888@inbox.vuxu.org>

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

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

https://github.com/dmarto/void-packages melt
https://github.com/void-linux/void-packages/pull/36888

New package: melt-0.3.0
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/36888.patch is attached

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

From b4fcf3bc3afb0992e92bdbb38580a3166720bdf5 Mon Sep 17 00:00:00 2001
From: Martin Dimov <martin@dmarto.com>
Date: Thu, 28 Apr 2022 02:10:48 +0300
Subject: [PATCH] New package: melt-0.4.0

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

diff --git a/srcpkgs/melt/template b/srcpkgs/melt/template
new file mode 100644
index 000000000000..477d0dfcbe52
--- /dev/null
+++ b/srcpkgs/melt/template
@@ -0,0 +1,32 @@
+# Template file for 'melt'
+pkgname=melt
+version=0.4.0
+revision=1
+create_wrksrc=yes
+build_style=go
+build_helper=qemu
+go_import_path="github.com/charmbracelet/melt"
+go_package="${go_import_path}/cmd/melt"
+short_desc="Backup and restore Ed25519 SSH keys with seed words"
+maintainer="Martin Dimov <martin@dmarto.com>"
+license="MIT"
+homepage="https://github.com/charmbracelet/melt"
+distfiles="https://github.com/charmbracelet/melt/releases/download/v${version}/melt-${version}.tar.gz"
+checksum=a2e67936a608c06dd4613d097d953e2b5a1cb3c3fe2224d87d964aef236ae623
+conflicts="mlt" # bin and manpage name conflict
+
+do_check() {
+	go test -v ${go_package}
+}
+
+post_install() {
+	vlicense LICENSE.md
+
+	vtargetrun ${DESTDIR}/usr/bin/melt man > melt.1
+	vman melt.1
+
+	for shell in bash fish zsh; do
+		vtargetrun ${DESTDIR}/usr/bin/melt completion ${shell} > completions.${shell}
+		vcompletion completions.${shell} ${shell}
+	done
+}

  parent reply	other threads:[~2022-05-11  1:17 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-27 23:14 [PR PATCH] " dmarto
2022-04-27 23:44 ` [PR PATCH] [Updated] " dmarto
2022-04-28  4:46 ` [PR REVIEW] " classabbyamp
2022-04-28 10:22 ` dmarto
2022-05-11  1:17 ` dmarto [this message]
2022-05-11  1:17 ` New package: melt-0.4.0 dmarto
2022-05-12 23:11 ` dmarto
2022-06-20 23:11 ` [PR PATCH] [Closed]: " dmarto
2022-06-20 23:11 ` dmarto
2022-09-15 12:46 ` dmarto

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=20220511011725.b0VjNF_BiSAj4X75He7MLjaUZpMgVTYaRCOP6WlFU-o@z \
    --to=dmarto@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).