Github messages for voidlinux
 help / color / mirror / Atom feed
From: xbt573 <xbt573@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: uwufetch-2.0
Date: Mon, 14 Nov 2022 11:40:21 +0100	[thread overview]
Message-ID: <20221114104021.IU3SgeXb1lDnBgBwEwjw5J3S8aiauZ1pZ_ObTX6Xr6M@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-40521@inbox.vuxu.org>

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

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

https://github.com/xbt573/void-packages master
https://github.com/void-linux/void-packages/pull/40521

New package: uwufetch-2.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


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

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

From 165466536808aac33f29f1e7795f7c7aa6e2ee1c Mon Sep 17 00:00:00 2001
From: xbt573 <64583541+xbt573@users.noreply.github.com>
Date: Mon, 14 Nov 2022 13:18:09 +0300
Subject: [PATCH] New package: uwufetch-2.0

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

diff --git a/srcpkgs/uwufetch/template b/srcpkgs/uwufetch/template
new file mode 100644
index 000000000000..e3bd7f4f04e6
--- /dev/null
+++ b/srcpkgs/uwufetch/template
@@ -0,0 +1,26 @@
+# Template file for 'uwufetch'
+pkgname=uwufetch
+version=2.0
+revision=1
+build_style=gnu-makefile
+makedepends="xwininfo"
+short_desc="Meme system info tool for (almost) all your Linux/Unix-based systems"
+maintainer="xbt573 <cheembox573@gmail.com>"
+license="GPL-3.0-only"
+homepage="https://github.com/TheDarkBug/uwufetch"
+distfiles="https://github.com/TheDarkBug/uwufetch/archive/refs/tags/${version}.tar.gz"
+checksum=4f39b893da50f814a3ff0e4a175789c85547637ddbdc4440f9667ddbaf702732
+
+do_install() {
+	vmkdir usr/lib/uwufetch
+	vmkdir etc/uwufetch
+
+	vbin uwufetch                                   # install binary
+################## Library is currently not installed because of name conflict ###########
+#	vinstall libfetch.so    644 usr/lib             # install libfetch
+#	vinstall fetch.h        644 usr/include         # install fetch library
+##########################################################################################
+	vinstall default.config 644 etc/uwufetch config # install default config
+	vcopy res/* usr/lib/uwufetch                    # install arts
+	vman uwufetch.1                                 # install man page
+}

  reply	other threads:[~2022-11-14 10:40 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-14 10:20 [PR PATCH] " xbt573
2022-11-14 10:40 ` xbt573 [this message]
2023-02-13  2:01 ` github-actions
2023-02-24  8:19 ` [PR PATCH] [Closed]: " xbt573

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=20221114104021.IU3SgeXb1lDnBgBwEwjw5J3S8aiauZ1pZ_ObTX6Xr6M@z \
    --to=xbt573@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).