Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: cpufetch-1.04
@ 2023-12-29 15:45 Clos3y
  2023-12-29 15:51 ` [PR PATCH] [Updated] " Clos3y
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Clos3y @ 2023-12-29 15:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Clos3y/void-packages cpufetch-1.04
https://github.com/void-linux/void-packages/pull/47980

New package: cpufetch-1.04
<!-- 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, (x84_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl (X)
  - i686 (X)
  - i686-musl (X)

Follows #32612, closes #32305. In theory it should work on `ppc*` and `arm*`, but it won't build successfully for me due to the `-mavx*` flag.

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

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

From 7c40b4f490aafb9748fd946e0d60313c63dab5e1 Mon Sep 17 00:00:00 2001
From: closey <sam.w.close@gmail.com>
Date: Fri, 29 Dec 2023 01:16:33 +0000
Subject: [PATCH] New package: cpufetch-1.04

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

diff --git a/srcpkgs/cpufetch/template b/srcpkgs/cpufetch/template
new file mode 100644
index 0000000000000..da4e6c1dd47b5
--- /dev/null
+++ b/srcpkgs/cpufetch/template
@@ -0,0 +1,17 @@
+# Template file for 'cpufetch'
+pkgname=cpufetch
+version=1.04
+revision=1
+build_style=gnu-makefile
+make_use_env=yes
+short_desc="Simple yet fancy CPU architecture fetching tool"
+maintainer="Sam Close <sam.w.close@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/Dr-Noob/cpufetch"
+distfiles="https://github.com/Dr-Noob/cpufetch/archive/refs/tags/v1.04.tar.gz"
+checksum=1505161fedd58d72b936f68b55dc9b027ef910454475c33e1061999496b30ff6
+
+do_install() {
+	vbin cpufetch
+	vman cpufetch.1
+}

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

end of thread, other threads:[~2024-05-14  7:41 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-29 15:45 [PR PATCH] New package: cpufetch-1.04 Clos3y
2023-12-29 15:51 ` [PR PATCH] [Updated] " Clos3y
2023-12-29 15:57 ` Clos3y
2024-02-13 16:18 ` melroy89
2024-02-13 22:36 ` [PR PATCH] [Updated] " Clos3y
2024-02-13 22:39 ` [PR PATCH] [Updated] New package: cpufetch-1.05 Clos3y
2024-02-13 22:41 ` Clos3y
2024-05-14  1:46 ` github-actions
2024-05-14  7:41 ` Clos3y

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