Github messages for voidlinux
 help / color / mirror / Atom feed
From: littlewing7 <littlewing7@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: librespeed-cli-1.0.10
Date: Fri, 20 Oct 2023 12:29:44 +0200	[thread overview]
Message-ID: <20231020102944.YxM6PqS734kIUftFnOIkKy8eHlsjdKzB3ZTOFa9zoys@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-46795@inbox.vuxu.org>

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

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

https://github.com/littlewing7/void-packages librespeed-cli
https://github.com/void-linux/void-packages/pull/46795

New package: librespeed-cli-1.0.10
- I tested the changes in this PR: **YES**|**briefly**|**NO**

#### 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-musll)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl



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

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

From c67750d7d4fd08b64f2f9ab4702bb7555c6781ea Mon Sep 17 00:00:00 2001
From: Massimo Manzato <massimo.manzato@gmail.com>
Date: Thu, 3 Aug 2023 18:20:59 +0200
Subject: [PATCH] New package: librespeed-cli-1.0.10

---
 srcpkgs/librespeed-cli/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/librespeed-cli/template

diff --git a/srcpkgs/librespeed-cli/template b/srcpkgs/librespeed-cli/template
new file mode 100644
index 0000000000000..87426cf1cb0e5
--- /dev/null
+++ b/srcpkgs/librespeed-cli/template
@@ -0,0 +1,16 @@
+# Template file for 'librespeed-cli'
+pkgname=librespeed-cli
+version=1.0.10
+revision=1
+build_style=go
+go_import_path=github.com/librespeed/speedtest-cli
+short_desc="LibreSpeed command line tool"
+maintainer="Massimo Manzato <massimo.manzato@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/librespeed/speedtest-cli"
+distfiles="https://github.com/librespeed/speedtest-cli/archive/refs/tags/v${version}.tar.gz"
+checksum=904ec84f41714d5a7ab778534d332219cd254fdd0f97cc33ebb3540d31fb802c
+
+post_build() { # Rename the executable due to conflic with PKG speedtest-cli
+	find  "${GOPATH}/bin/" -name "speedtest-cli" -print0 | while IFS= read -d '' F ; do mv "$F" "${F/%speedtest-cli/librespeed-cli}" ; done
+}

  reply	other threads:[~2023-10-20 10:29 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-20  9:58 [PR PATCH] " littlewing7
2023-10-20 10:29 ` littlewing7 [this message]
2023-10-20 19:37 ` [PR REVIEW] " classabbyamp
2023-10-20 22:08 ` littlewing7
2023-10-20 22:10 ` classabbyamp
2023-10-20 22:10 ` littlewing7
2023-10-20 22:10 ` classabbyamp
2023-10-20 22:31 ` classabbyamp
2023-10-21 10:09 ` littlewing7
2023-10-21 10:13 ` [PR PATCH] [Updated] " littlewing7
2023-10-21 10:37 ` [PR REVIEW] " classabbyamp
2023-10-21 10:41 ` [PR PATCH] [Updated] " littlewing7
2023-10-21 10:43 ` [PR REVIEW] " littlewing7
2023-10-23  8:35 ` littlewing7
2023-10-23  8:35 ` littlewing7
2023-10-23  8:54 ` littlewing7
2023-12-20  7:15 ` littlewing7
2024-01-19 11:07 ` littlewing7
2024-04-19  1:45 ` github-actions
2024-04-19  9:15 ` littlewing7
2024-05-18 16:39 ` [PR PATCH] [Updated] " classabbyamp
2024-05-18 16:46 ` [PR REVIEW] " classabbyamp
2024-05-18 16:46 ` classabbyamp

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=20231020102944.YxM6PqS734kIUftFnOIkKy8eHlsjdKzB3ZTOFa9zoys@z \
    --to=littlewing7@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).