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
                   ` (18 more replies)
  0 siblings, 19 replies; 20+ 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] 20+ messages in thread

* Re: [PR PATCH] [Updated] New package: librespeed-cli-1.0.10
  2023-10-20  9:58 [PR PATCH] New package: librespeed-cli-1.0.10 littlewing7
@ 2023-10-20 10:29 ` littlewing7
  2023-10-20 19:37 ` [PR REVIEW] " classabbyamp
                   ` (17 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: littlewing7 @ 2023-10-20 10:29 UTC (permalink / raw)
  To: ml

[-- 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
+}

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

* Re: [PR REVIEW] New package: librespeed-cli-1.0.10
  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 ` classabbyamp
  2023-10-20 22:08 ` littlewing7
                   ` (16 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: classabbyamp @ 2023-10-20 19:37 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/46795#discussion_r1367424884

Comment:
```suggestion
post_install() {
	mv "${DESTDIR}"/usr/bin/{speedtest,librespeed}-cli
}
```

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

* Re: [PR REVIEW] New package: librespeed-cli-1.0.10
  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
                   ` (15 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: littlewing7 @ 2023-10-20 22:08 UTC (permalink / raw)
  To: ml

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

New review comment by littlewing7 on void-packages repository

https://github.com/void-linux/void-packages/pull/46795#discussion_r1367518301

Comment:
Hi [classabbyamp](https://github.com/classabbyamp)

.... this fail with this error: 

`mkdir -p $WORK/b001/exe/
cd .
/usr/lib/go/pkg/tool/linux_amd64/link -o $WORK/b001/exe/a.out -importcfg $WORK/b001/importcfg.link -buildmode=exe -buildid=UGLpSgEbrhVq2b7jm8SN/adCN0K-eHLQVQR0HCyM-/LnvtcmFsGxEd6JXJ-Pov/UGLpSgEbrhVq2b7jm8SN -extld=cc /host/gocache-muslc/d3/d37a06acba36938d11acc6a9b2cf8f92b1eb99b56fb63f3b7d7374ffe9d84478-d
/usr/lib/go/pkg/tool/linux_amd64/buildid -w $WORK/b001/exe/a.out # internal
mkdir -p /builddir/librespeed-cli-1.0.10/_build-librespeed-cli-xbps/bin/
mv $WORK/b001/exe/a.out /builddir/librespeed-cli-1.0.10/_build-librespeed-cli-xbps/bin/speedtest-cli
rm -r $WORK/b001/
=> librespeed-cli-1.0.10_1: running post_build ...
mv: cannot stat '/destdir//librespeed-cli-1.0.10/usr/bin/speedtest-cli': No such file or directory
=> ERROR: librespeed-cli-1.0.10_1: post_build: 'mv "${DESTDIR}"/usr/bin/{speedtest,librespeed}-cli' exited with 1
=> ERROR:   in post_build() at srcpkgs/librespeed-cli/template:15
`

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

* Re: [PR REVIEW] New package: librespeed-cli-1.0.10
  2023-10-20  9:58 [PR PATCH] New package: librespeed-cli-1.0.10 littlewing7
                   ` (2 preceding siblings ...)
  2023-10-20 22:08 ` littlewing7
@ 2023-10-20 22:10 ` classabbyamp
  2023-10-20 22:10 ` littlewing7
                   ` (14 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: classabbyamp @ 2023-10-20 22:10 UTC (permalink / raw)
  To: ml

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

New review comment by littlewing7 on void-packages repository

https://github.com/void-linux/void-packages/pull/46795#discussion_r1367518301

Comment:
Hi [classabbyamp](https://github.com/classabbyamp)

.... this fail with this error: 

```
mkdir -p $WORK/b001/exe/
cd .
/usr/lib/go/pkg/tool/linux_amd64/link -o $WORK/b001/exe/a.out -importcfg $WORK/b001/importcfg.link -buildmode=exe -buildid=UGLpSgEbrhVq2b7jm8SN/adCN0K-eHLQVQR0HCyM-/LnvtcmFsGxEd6JXJ-Pov/UGLpSgEbrhVq2b7jm8SN -extld=cc /host/gocache-muslc/d3/d37a06acba36938d11acc6a9b2cf8f92b1eb99b56fb63f3b7d7374ffe9d84478-d
/usr/lib/go/pkg/tool/linux_amd64/buildid -w $WORK/b001/exe/a.out # internal
mkdir -p /builddir/librespeed-cli-1.0.10/_build-librespeed-cli-xbps/bin/
mv $WORK/b001/exe/a.out /builddir/librespeed-cli-1.0.10/_build-librespeed-cli-xbps/bin/speedtest-cli
rm -r $WORK/b001/
=> librespeed-cli-1.0.10_1: running post_build ...
mv: cannot stat '/destdir//librespeed-cli-1.0.10/usr/bin/speedtest-cli': No such file or directory
=> ERROR: librespeed-cli-1.0.10_1: post_build: 'mv "${DESTDIR}"/usr/bin/{speedtest,librespeed}-cli' exited with 1
=> ERROR:   in post_build() at srcpkgs/librespeed-cli/template:15
```

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

* Re: [PR REVIEW] New package: librespeed-cli-1.0.10
  2023-10-20  9:58 [PR PATCH] New package: librespeed-cli-1.0.10 littlewing7
                   ` (3 preceding siblings ...)
  2023-10-20 22:10 ` classabbyamp
@ 2023-10-20 22:10 ` littlewing7
  2023-10-20 22:10 ` classabbyamp
                   ` (13 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: littlewing7 @ 2023-10-20 22:10 UTC (permalink / raw)
  To: ml

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

New review comment by littlewing7 on void-packages repository

https://github.com/void-linux/void-packages/pull/46795#discussion_r1367518301

Comment:
Hi [classabbyamp](https://github.com/classabbyamp)

.... this fail with this error: 

`mkdir -p $WORK/b001/exe/
cd .
/usr/lib/go/pkg/tool/linux_amd64/link -o $WORK/b001/exe/a.out -importcfg $WORK/b001/importcfg.link -buildmode=exe -buildid=UGLpSgEbrhVq2b7jm8SN/adCN0K-eHLQVQR0HCyM-/LnvtcmFsGxEd6JXJ-Pov/UGLpSgEbrhVq2b7jm8SN -extld=cc /host/gocache-muslc/d3/d37a06acba36938d11acc6a9b2cf8f92b1eb99b56fb63f3b7d7374ffe9d84478-d

/usr/lib/go/pkg/tool/linux_amd64/buildid -w $WORK/b001/exe/a.out # internal

mkdir -p /builddir/librespeed-cli-1.0.10/_build-librespeed-cli-xbps/bin/

mv $WORK/b001/exe/a.out /builddir/librespeed-cli-1.0.10/_build-librespeed-cli-xbps/bin/speedtest-cli

rm -r $WORK/b001/

=> librespeed-cli-1.0.10_1: running post_build ...

mv: cannot stat '/destdir//librespeed-cli-1.0.10/usr/bin/speedtest-cli': No such file or directory

=> ERROR: librespeed-cli-1.0.10_1: post_build: 'mv "${DESTDIR}"/usr/bin/{speedtest,librespeed}-cli' exited with 1

=> ERROR:   in post_build() at srcpkgs/librespeed-cli/template:15
`

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

* Re: [PR REVIEW] New package: librespeed-cli-1.0.10
  2023-10-20  9:58 [PR PATCH] New package: librespeed-cli-1.0.10 littlewing7
                   ` (4 preceding siblings ...)
  2023-10-20 22:10 ` littlewing7
@ 2023-10-20 22:10 ` classabbyamp
  2023-10-20 22:31 ` classabbyamp
                   ` (12 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: classabbyamp @ 2023-10-20 22:10 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/46795#discussion_r1367519367

Comment:
it should be post_install

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

* Re: [PR REVIEW] New package: librespeed-cli-1.0.10
  2023-10-20  9:58 [PR PATCH] New package: librespeed-cli-1.0.10 littlewing7
                   ` (5 preceding siblings ...)
  2023-10-20 22:10 ` classabbyamp
@ 2023-10-20 22:31 ` classabbyamp
  2023-10-21 10:09 ` littlewing7
                   ` (11 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: classabbyamp @ 2023-10-20 22:31 UTC (permalink / raw)
  To: ml

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

New review comment by littlewing7 on void-packages repository

https://github.com/void-linux/void-packages/pull/46795#discussion_r1367518301

Comment:
Hi [classabbyamp](https://github.com/classabbyamp)

.... this fail with this error: 

```
mkdir -p $WORK/b001/exe/
cd .
/usr/lib/go/pkg/tool/linux_amd64/link -o $WORK/b001/exe/a.out -importcfg $WORK/b001/importcfg.link -buildmode=exe -buildid=UGLpSgEbrhVq2b7jm8SN/adCN0K-eHLQVQR0HCyM-/LnvtcmFsGxEd6JXJ-Pov/UGLpSgEbrhVq2b7jm8SN -extld=cc /host/gocache-muslc/d3/d37a06acba36938d11acc6a9b2cf8f92b1eb99b56fb63f3b7d7374ffe9d84478-d

/usr/lib/go/pkg/tool/linux_amd64/buildid -w $WORK/b001/exe/a.out # internal

mkdir -p /builddir/librespeed-cli-1.0.10/_build-librespeed-cli-xbps/bin/

mv $WORK/b001/exe/a.out /builddir/librespeed-cli-1.0.10/_build-librespeed-cli-xbps/bin/speedtest-cli

rm -r $WORK/b001/

=> librespeed-cli-1.0.10_1: running post_build ...

mv: cannot stat '/destdir//librespeed-cli-1.0.10/usr/bin/speedtest-cli': No such file or directory

=> ERROR: librespeed-cli-1.0.10_1: post_build: 'mv "${DESTDIR}"/usr/bin/{speedtest,librespeed}-cli' exited with 1

=> ERROR:   in post_build() at srcpkgs/librespeed-cli/template:15
```

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

* Re: [PR REVIEW] New package: librespeed-cli-1.0.10
  2023-10-20  9:58 [PR PATCH] New package: librespeed-cli-1.0.10 littlewing7
                   ` (6 preceding siblings ...)
  2023-10-20 22:31 ` classabbyamp
@ 2023-10-21 10:09 ` littlewing7
  2023-10-21 10:13 ` [PR PATCH] [Updated] " littlewing7
                   ` (10 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: littlewing7 @ 2023-10-21 10:09 UTC (permalink / raw)
  To: ml

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

New review comment by littlewing7 on void-packages repository

https://github.com/void-linux/void-packages/pull/46795#discussion_r1367703512

Comment:
Hi @classabbyamp
You are right !! 👍
I apologize, I haven't read your suggestion with attention! 
Max

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

* Re: [PR PATCH] [Updated] New package: librespeed-cli-1.0.10
  2023-10-20  9:58 [PR PATCH] New package: librespeed-cli-1.0.10 littlewing7
                   ` (7 preceding siblings ...)
  2023-10-21 10:09 ` littlewing7
@ 2023-10-21 10:13 ` littlewing7
  2023-10-21 10:37 ` [PR REVIEW] " classabbyamp
                   ` (9 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: littlewing7 @ 2023-10-21 10:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 797 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**

#### 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: 1211 bytes --]

From 425065c6a5342c8815de2ce3eb90a1a06c0d180a 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..6cd55316ed9de
--- /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_install() { # Rename the executable due to conflic with PKG speedtest-cli
+	mv "${DESTDIR}"/usr/bin/{speedtest,librespeed}-cli
+}

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

* Re: [PR REVIEW] New package: librespeed-cli-1.0.10
  2023-10-20  9:58 [PR PATCH] New package: librespeed-cli-1.0.10 littlewing7
                   ` (8 preceding siblings ...)
  2023-10-21 10:13 ` [PR PATCH] [Updated] " littlewing7
@ 2023-10-21 10:37 ` classabbyamp
  2023-10-21 10:41 ` [PR PATCH] [Updated] " littlewing7
                   ` (8 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: classabbyamp @ 2023-10-21 10:37 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/46795#discussion_r1367707861

Comment:
nitpick: comment on a different line than the function definition

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

* Re: [PR PATCH] [Updated] New package: librespeed-cli-1.0.10
  2023-10-20  9:58 [PR PATCH] New package: librespeed-cli-1.0.10 littlewing7
                   ` (9 preceding siblings ...)
  2023-10-21 10:37 ` [PR REVIEW] " classabbyamp
@ 2023-10-21 10:41 ` littlewing7
  2023-10-21 10:43 ` [PR REVIEW] " littlewing7
                   ` (7 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: littlewing7 @ 2023-10-21 10:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 797 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**

#### 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: 1214 bytes --]

From c2e9e05ca95978f855f856cc65d573907e3c69d3 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 | 17 +++++++++++++++++
 1 file changed, 17 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..8a3be8aa805dd
--- /dev/null
+++ b/srcpkgs/librespeed-cli/template
@@ -0,0 +1,17 @@
+# 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_install() {
+	# Rename the executable due to conflic with PKG speedtest-cli
+	mv "${DESTDIR}"/usr/bin/{speedtest,librespeed}-cli
+}

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

* Re: [PR REVIEW] New package: librespeed-cli-1.0.10
  2023-10-20  9:58 [PR PATCH] New package: librespeed-cli-1.0.10 littlewing7
                   ` (10 preceding siblings ...)
  2023-10-21 10:41 ` [PR PATCH] [Updated] " littlewing7
@ 2023-10-21 10:43 ` littlewing7
  2023-10-23  8:35 ` littlewing7
                   ` (6 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: littlewing7 @ 2023-10-21 10:43 UTC (permalink / raw)
  To: ml

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

New review comment by littlewing7 on void-packages repository

https://github.com/void-linux/void-packages/pull/46795#discussion_r1367708509

Comment:
done



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

* Re: [PR REVIEW] New package: librespeed-cli-1.0.10
  2023-10-20  9:58 [PR PATCH] New package: librespeed-cli-1.0.10 littlewing7
                   ` (11 preceding siblings ...)
  2023-10-21 10:43 ` [PR REVIEW] " littlewing7
@ 2023-10-23  8:35 ` littlewing7
  2023-10-23  8:35 ` littlewing7
                   ` (5 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: littlewing7 @ 2023-10-23  8:35 UTC (permalink / raw)
  To: ml

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

New review comment by littlewing7 on void-packages repository

https://github.com/void-linux/void-packages/pull/46795#discussion_r1368312974

Comment:
> nitpick: comment on a different line than the function definition

Hi @classabbyamp,

anythings else needed?  
how the merge into master branch work ? where can I find useful information regarding void-packages workflow? 

I'm interested into try to build a kernel template for OrangePI zero 2 plus, and orangePi 3LTS (like fro DROID ), how I can ask for help on this ? 

many thanks 
Max 

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

* Re: [PR REVIEW] New package: librespeed-cli-1.0.10
  2023-10-20  9:58 [PR PATCH] New package: librespeed-cli-1.0.10 littlewing7
                   ` (12 preceding siblings ...)
  2023-10-23  8:35 ` littlewing7
@ 2023-10-23  8:35 ` littlewing7
  2023-10-23  8:54 ` littlewing7
                   ` (4 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: littlewing7 @ 2023-10-23  8:35 UTC (permalink / raw)
  To: ml

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

New review comment by littlewing7 on void-packages repository

https://github.com/void-linux/void-packages/pull/46795#discussion_r1368312974

Comment:
> nitpick: comment on a different line than the function definition

Hi @classabbyamp,

anythings else needed?  
how the merge into master branch work ? where can I find useful information regarding void-packages workflow? 

I'm interested into try to build a kernel template for OrangePI zero 2 plus, and orangePi 3LTS (like for DROID ), how I can ask for help on this ? 

many thanks 
Max 

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

* Re: New package: librespeed-cli-1.0.10
  2023-10-20  9:58 [PR PATCH] New package: librespeed-cli-1.0.10 littlewing7
                   ` (13 preceding siblings ...)
  2023-10-23  8:35 ` littlewing7
@ 2023-10-23  8:54 ` littlewing7
  2023-12-20  7:15 ` littlewing7
                   ` (3 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: littlewing7 @ 2023-10-23  8:54 UTC (permalink / raw)
  To: ml

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

New comment by littlewing7 on void-packages repository

https://github.com/void-linux/void-packages/pull/46795#issuecomment-1774725246

Comment:
Hi @classabbyamp, 

anything else needed? 


Important question how can I join to the void-packages community, and learn more to be able to help ? 

many thanks

Max

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

* Re: New package: librespeed-cli-1.0.10
  2023-10-20  9:58 [PR PATCH] New package: librespeed-cli-1.0.10 littlewing7
                   ` (14 preceding siblings ...)
  2023-10-23  8:54 ` littlewing7
@ 2023-12-20  7:15 ` littlewing7
  2024-01-19 11:07 ` littlewing7
                   ` (2 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: littlewing7 @ 2023-12-20  7:15 UTC (permalink / raw)
  To: ml

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

New comment by littlewing7 on void-packages repository

https://github.com/void-linux/void-packages/pull/46795#issuecomment-1863963975

Comment:
Hi guys, 

anybody can review this pull request? 

Many thanks 


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

* Re: New package: librespeed-cli-1.0.10
  2023-10-20  9:58 [PR PATCH] New package: librespeed-cli-1.0.10 littlewing7
                   ` (15 preceding siblings ...)
  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
  18 siblings, 0 replies; 20+ messages in thread
From: littlewing7 @ 2024-01-19 11:07 UTC (permalink / raw)
  To: ml

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

New comment by littlewing7 on void-packages repository

https://github.com/void-linux/void-packages/pull/46795#issuecomment-1863963975

Comment:
Hi @classabbyamp, 

can you kindly review this pull request? 

Many thanks 
Max

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

* Re: New package: librespeed-cli-1.0.10
  2023-10-20  9:58 [PR PATCH] New package: librespeed-cli-1.0.10 littlewing7
                   ` (16 preceding siblings ...)
  2024-01-19 11:07 ` littlewing7
@ 2024-04-19  1:45 ` github-actions
  2024-04-19  9:15 ` littlewing7
  18 siblings, 0 replies; 20+ messages in thread
From: github-actions @ 2024-04-19  1:45 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/46795#issuecomment-2065601377

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: New package: librespeed-cli-1.0.10
  2023-10-20  9:58 [PR PATCH] New package: librespeed-cli-1.0.10 littlewing7
                   ` (17 preceding siblings ...)
  2024-04-19  1:45 ` github-actions
@ 2024-04-19  9:15 ` littlewing7
  18 siblings, 0 replies; 20+ messages in thread
From: littlewing7 @ 2024-04-19  9:15 UTC (permalink / raw)
  To: ml

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

New comment by littlewing7 on void-packages repository

https://github.com/void-linux/void-packages/pull/46795#issuecomment-2066167095

Comment:
Hi @classabbyamp,

can you kindly review this pull request?

Many thanks
Max

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

end of thread, other threads:[~2024-04-19  9:15 UTC | newest]

Thread overview: 20+ 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

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