Github messages for voidlinux
 help / color / mirror / Atom feed
From: daniel-eys <daniel-eys@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] hyperfine: update to 1.10.0.
Date: Mon, 25 May 2020 21:21:59 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-22295@inbox.vuxu.org> (raw)

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

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

https://github.com/daniel-eys/void-packages hyperfine
https://github.com/void-linux/void-packages/pull/22295

hyperfine: update to 1.10.0.
Also install manpage and shell completion files.

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

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

From 817eaa75fb0d96a38e423b0573c0b40b52a21a93 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= <daniel.eysser@gmail.com>
Date: Mon, 25 May 2020 19:57:10 +0200
Subject: [PATCH] hyperfine: update to 1.10.0.

---
 srcpkgs/hyperfine/template | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/hyperfine/template b/srcpkgs/hyperfine/template
index 9b825cbaa04..0a3a6b740db 100644
--- a/srcpkgs/hyperfine/template
+++ b/srcpkgs/hyperfine/template
@@ -1,6 +1,6 @@
 # Template file for 'hyperfine'
 pkgname=hyperfine
-version=1.9.0
+version=1.10.0
 revision=1
 build_style=cargo
 short_desc="Command-line benchmarking tool"
@@ -9,8 +9,14 @@ license="MIT, Apache-2.0"
 homepage="https://github.com/sharkdp/hyperfine"
 changelog="https://github.com/sharkdp/hyperfine/releases"
 distfiles="https://github.com/sharkdp/hyperfine/archive/v${version}.tar.gz"
-checksum=c2b1c6b6364b849acad43dc740c693f5b75a1a4649f24f43967a98c59ad9e9f7
+checksum=b949d6c1a78e9c1c5a7bb6c241fcd51d6faf00bba5719cc312f57b5b301cc854
 
 post_install() {
 	vlicense LICENSE-MIT
+	vman doc/hyperfine.1
+
+	cd "target/${RUST_TARGET}/release/build/hyperfine-"*/out
+	vinstall hyperfine.bash 644 usr/share/bash-completion/completions hyperfine
+	vinstall hyperfine.fish 644 usr/share/fish/vendor_completions.d
+	vinstall _hyperfine 644 usr/share/zsh/site-functions
 }

             reply	other threads:[~2020-05-25 19:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-25 19:21 daniel-eys [this message]
2020-05-26 10:47 ` [PR PATCH] [Merged]: " Piraty

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-22295@inbox.vuxu.org \
    --to=daniel-eys@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).