Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: wtfutil-0.43.0
@ 2023-06-23 12:35 Bnyro
  2023-06-23 13:23 ` [PR PATCH] [Updated] " Bnyro
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Bnyro @ 2023-06-23 12:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Bnyro/void-packages wtfutil
https://github.com/void-linux/void-packages/pull/44584

New package: wtfutil-0.43.0
#### Testing the changes
- 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-glibc)

closes #44507 
continuation of #30750


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

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

From 92d9722b3d6fdbb4058db5d5fc0c0dcb1c5ae3a5 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Fri, 23 Jun 2023 14:33:18 +0200
Subject: [PATCH] New package: wtfutil-0.43.0

---
 srcpkgs/wtfutil/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/wtfutil/template

diff --git a/srcpkgs/wtfutil/template b/srcpkgs/wtfutil/template
new file mode 100644
index 000000000000..4d692936159f
--- /dev/null
+++ b/srcpkgs/wtfutil/template
@@ -0,0 +1,12 @@
+# Template file for 'wtfutil'
+pkgname=wtfutil
+version=0.43.0
+revision=1
+build_style=go
+go_import_path="github.com/wtfutil/wtf"
+short_desc="Personal information dashboard for the terminal"
+maintainer="Bnyro <bnyro@tutanota.com>"
+license="MPL-2.0"
+homepage="http://wtfutil.com/"
+distfiles="https://github.com/wtfutil/wtf/archive/v${version}.tar.gz"
+checksum=bb48e38e479b26e0b956b163e4804e99cd49545214090c2fdf99e54382b3d651

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

* Re: [PR PATCH] [Updated] New package: wtfutil-0.43.0
  2023-06-23 12:35 [PR PATCH] New package: wtfutil-0.43.0 Bnyro
@ 2023-06-23 13:23 ` Bnyro
  2023-06-23 13:52 ` Bnyro
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Bnyro @ 2023-06-23 13:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Bnyro/void-packages wtfutil
https://github.com/void-linux/void-packages/pull/44584

New package: wtfutil-0.43.0
#### Testing the changes
- 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-glibc)

closes #44507 
continuation of #30750


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

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

From a33a0a19697439a4a439eba4cfd1b8c83c20e495 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Fri, 23 Jun 2023 15:24:08 +0200
Subject: [PATCH] New package: wtfutil-0.43.0

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

diff --git a/srcpkgs/wtfutil/template b/srcpkgs/wtfutil/template
new file mode 100644
index 000000000000..cfc6aa4b43a9
--- /dev/null
+++ b/srcpkgs/wtfutil/template
@@ -0,0 +1,16 @@
+# Template file for 'wtfutil'
+pkgname=wtfutil
+version=0.43.0
+revision=1
+build_style=go
+go_import_path="github.com/wtfutil/wtf"
+short_desc="Personal information dashboard for the terminal"
+maintainer="Bnyro <bnyro@tutanota.com>"
+license="MPL-2.0"
+homepage="http://wtfutil.com/"
+distfiles="https://github.com/wtfutil/wtf/archive/v${version}.tar.gz"
+checksum=bb48e38e479b26e0b956b163e4804e99cd49545214090c2fdf99e54382b3d651
+
+do_install() {
+	vbin ${GOPATH}/bin/wtf wtfutil
+}

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

* Re: [PR PATCH] [Updated] New package: wtfutil-0.43.0
  2023-06-23 12:35 [PR PATCH] New package: wtfutil-0.43.0 Bnyro
  2023-06-23 13:23 ` [PR PATCH] [Updated] " Bnyro
@ 2023-06-23 13:52 ` Bnyro
  2023-06-23 19:41 ` [PR REVIEW] " icp1994
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Bnyro @ 2023-06-23 13:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Bnyro/void-packages wtfutil
https://github.com/void-linux/void-packages/pull/44584

New package: wtfutil-0.43.0
#### Testing the changes
- 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-glibc)

closes #44507 
continuation of #30750


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

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

From c6f82ee02330c99b04bbd3633a382762053961ac Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Fri, 23 Jun 2023 15:52:48 +0200
Subject: [PATCH] New package: wtfutil-0.43.0

---
 srcpkgs/wtfutil/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/wtfutil/template

diff --git a/srcpkgs/wtfutil/template b/srcpkgs/wtfutil/template
new file mode 100644
index 000000000000..80b9e4a09855
--- /dev/null
+++ b/srcpkgs/wtfutil/template
@@ -0,0 +1,21 @@
+# Template file for 'wtfutil'
+pkgname=wtfutil
+version=0.43.0
+revision=1
+build_style=go
+go_import_path="github.com/wtfutil/wtf"
+short_desc="Personal information dashboard for the terminal"
+maintainer="Bnyro <bnyro@tutanota.com>"
+license="MPL-2.0"
+homepage="http://wtfutil.com/"
+distfiles="https://github.com/wtfutil/wtf/archive/v${version}.tar.gz"
+checksum=bb48e38e479b26e0b956b163e4804e99cd49545214090c2fdf99e54382b3d651
+
+do_install() {
+	# Rename the binary to wtfutil when installing
+	if [ "$CROSS_BUILD" ]; then
+		vbin ${GOPATH}/bin/linux_${GOARCH}/wtf wtfutil
+	else
+		vbin ${GOPATH}/bin/wtf wtfutil
+	fi
+}

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

* Re: [PR REVIEW] New package: wtfutil-0.43.0
  2023-06-23 12:35 [PR PATCH] New package: wtfutil-0.43.0 Bnyro
  2023-06-23 13:23 ` [PR PATCH] [Updated] " Bnyro
  2023-06-23 13:52 ` Bnyro
@ 2023-06-23 19:41 ` icp1994
  2023-06-23 19:41 ` icp1994
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: icp1994 @ 2023-06-23 19:41 UTC (permalink / raw)
  To: ml

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

New review comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/44584#discussion_r1240245363

Comment:
```suggestion
distfiles="https://github.com/wtfutil/wtf/archive/refs/tags/v${version}.tar.gz"
```

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

* Re: [PR REVIEW] New package: wtfutil-0.43.0
  2023-06-23 12:35 [PR PATCH] New package: wtfutil-0.43.0 Bnyro
                   ` (3 preceding siblings ...)
  2023-06-23 19:41 ` icp1994
@ 2023-06-23 19:41 ` icp1994
  2023-06-23 19:57 ` [PR PATCH] [Updated] " Bnyro
  2023-06-23 20:21 ` [PR PATCH] [Merged]: " Duncaen
  6 siblings, 0 replies; 8+ messages in thread
From: icp1994 @ 2023-06-23 19:41 UTC (permalink / raw)
  To: ml

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

New review comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/44584#discussion_r1240244865

Comment:
```suggestion
homepage="https://wtfutil.com"
changelog="https://raw.githubusercontent.com/wtfutil/wtf/master/CHANGELOG.md"
```

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

* Re: [PR REVIEW] New package: wtfutil-0.43.0
  2023-06-23 12:35 [PR PATCH] New package: wtfutil-0.43.0 Bnyro
                   ` (2 preceding siblings ...)
  2023-06-23 19:41 ` [PR REVIEW] " icp1994
@ 2023-06-23 19:41 ` icp1994
  2023-06-23 19:41 ` icp1994
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: icp1994 @ 2023-06-23 19:41 UTC (permalink / raw)
  To: ml

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

New review comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/44584#discussion_r1240246023

Comment:
```suggestion
post_install() {
	mv ${DESTDIR}/usr/bin/wtf{,util}
}
```

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

* Re: [PR PATCH] [Updated] New package: wtfutil-0.43.0
  2023-06-23 12:35 [PR PATCH] New package: wtfutil-0.43.0 Bnyro
                   ` (4 preceding siblings ...)
  2023-06-23 19:41 ` icp1994
@ 2023-06-23 19:57 ` Bnyro
  2023-06-23 20:21 ` [PR PATCH] [Merged]: " Duncaen
  6 siblings, 0 replies; 8+ messages in thread
From: Bnyro @ 2023-06-23 19:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Bnyro/void-packages wtfutil
https://github.com/void-linux/void-packages/pull/44584

New package: wtfutil-0.43.0
#### Testing the changes
- 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-glibc)

closes #44507 
continuation of #30750


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

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

From b9b8c1f0495f8becce0ce9a9d543a10a1b7a2429 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Fri, 23 Jun 2023 21:57:40 +0200
Subject: [PATCH] New package: wtfutil-0.43.0

---
 srcpkgs/wtfutil/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/wtfutil/template

diff --git a/srcpkgs/wtfutil/template b/srcpkgs/wtfutil/template
new file mode 100644
index 000000000000..363b4e71f2d9
--- /dev/null
+++ b/srcpkgs/wtfutil/template
@@ -0,0 +1,18 @@
+# Template file for 'wtfutil'
+pkgname=wtfutil
+version=0.43.0
+revision=1
+build_style=go
+go_import_path="github.com/wtfutil/wtf"
+short_desc="Personal information dashboard for the terminal"
+maintainer="Bnyro <bnyro@tutanota.com>"
+license="MPL-2.0"
+homepage="http://wtfutil.com"
+changelog="https://raw.githubusercontent.com/wtfutil/wtf/master/CHANGELOG.md"
+distfiles="https://github.com/wtfutil/wtf/archive/refs/tags/v${version}.tar.gz"
+checksum=bb48e38e479b26e0b956b163e4804e99cd49545214090c2fdf99e54382b3d651
+
+post_install() {
+	# Rename the binary to wtfutil when installing
+	mv ${DESTDIR}/usr/bin/wtf{,util}
+}

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

* Re: [PR PATCH] [Merged]: New package: wtfutil-0.43.0
  2023-06-23 12:35 [PR PATCH] New package: wtfutil-0.43.0 Bnyro
                   ` (5 preceding siblings ...)
  2023-06-23 19:57 ` [PR PATCH] [Updated] " Bnyro
@ 2023-06-23 20:21 ` Duncaen
  6 siblings, 0 replies; 8+ messages in thread
From: Duncaen @ 2023-06-23 20:21 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

New package: wtfutil-0.43.0
https://github.com/void-linux/void-packages/pull/44584

Description:
#### Testing the changes
- 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-glibc)

closes #44507 
continuation of #30750


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

end of thread, other threads:[~2023-06-23 20:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-23 12:35 [PR PATCH] New package: wtfutil-0.43.0 Bnyro
2023-06-23 13:23 ` [PR PATCH] [Updated] " Bnyro
2023-06-23 13:52 ` Bnyro
2023-06-23 19:41 ` [PR REVIEW] " icp1994
2023-06-23 19:41 ` icp1994
2023-06-23 19:41 ` icp1994
2023-06-23 19:57 ` [PR PATCH] [Updated] " Bnyro
2023-06-23 20:21 ` [PR PATCH] [Merged]: " Duncaen

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