Github messages for voidlinux
 help / color / mirror / Atom feed
From: Bnyro <Bnyro@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: wtfutil-0.43.0
Date: Fri, 23 Jun 2023 15:52:19 +0200	[thread overview]
Message-ID: <20230623135219.jdWb4us_UC3Nr017cDKw2Es4wPw15g3FtZslLY-sXio@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-44584@inbox.vuxu.org>

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

  parent reply	other threads:[~2023-06-23 13:52 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-23 12:35 [PR PATCH] " Bnyro
2023-06-23 13:23 ` [PR PATCH] [Updated] " Bnyro
2023-06-23 13:52 ` Bnyro [this message]
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

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=20230623135219.jdWb4us_UC3Nr017cDKw2Es4wPw15g3FtZslLY-sXio@z \
    --to=bnyro@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).