Github messages for voidlinux
 help / color / mirror / Atom feed
From: mobinmob <mobinmob@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] shfmt: update to 3.2.0, add man page.
Date: Sat, 31 Oct 2020 19:46:17 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26008@inbox.vuxu.org> (raw)

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

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

https://github.com/mobinmob/void-packages shfmt
https://github.com/void-linux/void-packages/pull/26008

shfmt: update to 3.2.0, add man page.


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

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

From a379a867f46d03b4814ec7b26232ca59a8990633 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 31 Oct 2020 20:45:00 +0200
Subject: [PATCH] shfmt: update to 3.2.0, add man page.

---
 srcpkgs/shfmt/template | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/shfmt/template b/srcpkgs/shfmt/template
index c57cf86c63c..a217fd3d9a1 100644
--- a/srcpkgs/shfmt/template
+++ b/srcpkgs/shfmt/template
@@ -1,18 +1,21 @@
 # Template file for 'shfmt'
 pkgname=shfmt
-version=3.1.2
+version=3.2.0
 revision=1
 wrksrc="sh-${version}"
 build_style=go
 go_import_path=mvdan.cc/sh
 go_package="${go_import_path}/cmd/shfmt"
+hostmakedepends="scdoc"
 short_desc="Shell parser and formatter"
 maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
 license="BSD-3-Clause"
 homepage="https://github.com/mvdan/sh"
 distfiles="https://github.com/mvdan/sh/archive/v${version}.tar.gz"
-checksum=133fcdb4645ee0c2893319b1ce5b83c88b8576c1e3936b1fa14b967df1501ee5
+checksum=6755f587fcb6f037f819b96a322b0273d0ab6ecb5911c005b9aae74292c4a819
 
 post_install() {
+	scdoc < cmd/shfmt/shfmt.1.scd > shfmt.1
+	vman shfmt.1
 	vlicense LICENSE
 }

             reply	other threads:[~2020-10-31 18:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-31 18:46 mobinmob [this message]
2020-11-09 18:05 ` [PR PATCH] [Merged]: " ahesford

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26008@inbox.vuxu.org \
    --to=mobinmob@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).