Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: librespeed-cli-1.0.10
@ 2023-10-20  9:58 littlewing7
  2023-10-20 10:29 ` [PR PATCH] [Updated] " littlewing7
                   ` (21 more replies)
  0 siblings, 22 replies; 23+ messages in thread
From: littlewing7 @ 2023-10-20  9:58 UTC (permalink / raw)
  To: ml

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

There is a new 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: 1292 bytes --]

From dc28fee1930e45cb37e9710c7c5caf04f2e027f3 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..3a944b3512a7f
--- /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"
+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
+}

^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2024-05-18 16:46 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-20  9:58 [PR PATCH] New package: librespeed-cli-1.0.10 littlewing7
2023-10-20 10:29 ` [PR PATCH] [Updated] " littlewing7
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

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).