Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Conner Clere (0a66b79d6435b23c1927e0b29ee9391c83243f2e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Conner Clere <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Conner Clere (0a66b79d6435b23c1927e0b29ee9391c83243f2e)
  • Date: Tue, 30 Apr 2024 13:58:40 +0000

GIT changes to master grimoire by Conner Clere <xenanthropy AT sourcemage.org>:

ChangeLog | 3 +++
utils/fastfetch/CONFIGURE | 1 +
utils/fastfetch/DEPENDS | 1 +
utils/fastfetch/DETAILS | 17 +++++++++++++++++
utils/fastfetch/HISTORY | 3 +++
5 files changed, 25 insertions(+)

New commits:
commit 0a66b79d6435b23c1927e0b29ee9391c83243f2e
Author: Conner Clere <xenanthropy AT sourcemage.org>
Commit: Conner Clere <xenanthropy AT sourcemage.org>

utils/fastfetch: new spell, neofetch alternative

diff --git a/ChangeLog b/ChangeLog
index 633d3ee..4ba779e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2024-04-30 Conner Clere <xenanthropy AT sourcemage.org>
+ * utils/fastfetch: new spell, fetches and displays system information
+
2024-04-22 Treeve Jelbert <treeve AT sourcemage.org>
* rust-crates/cargo-c: added, needed by future librsvg2

diff --git a/utils/fastfetch/CONFIGURE b/utils/fastfetch/CONFIGURE
new file mode 100755
index 0000000..90942b1
--- /dev/null
+++ b/utils/fastfetch/CONFIGURE
@@ -0,0 +1 @@
+. "${GRIMOIRE}/CMAKE_CONFIGURE"
diff --git a/utils/fastfetch/DEPENDS b/utils/fastfetch/DEPENDS
new file mode 100755
index 0000000..ac2fb84
--- /dev/null
+++ b/utils/fastfetch/DEPENDS
@@ -0,0 +1 @@
+depends PKG-CONFIG
diff --git a/utils/fastfetch/DETAILS b/utils/fastfetch/DETAILS
new file mode 100755
index 0000000..9041526
--- /dev/null
+++ b/utils/fastfetch/DETAILS
@@ -0,0 +1,17 @@
+. "${GRIMOIRE}/CMAKE_FUNCTIONS"
+ SPELL=fastfetch
+ VERSION=2.10.2
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+
SOURCE_URL[0]=https://github.com/fastfetch-cli/${SPELL}/archive/${VERSION}.tar.gz
+
SOURCE_HASH=sha512:cb74cbbba00e936f97165d93fce8f4841e73bc047ae1ac7d29343f4038dcf2f43d85ea18d26f097fde4ec09120f99167fc3f669d26c673b321cc7fbe241533d9
+ LICENSE[0]=MIT
+ WEB_SITE=https://github.com/fastfetch-cli/fastfetch
+ ENTERED=20240430
+ KEYWORDS="utils specs information neofetch fetch"
+ SHORT="tool for fetching and displaying system information"
+cat << EOF
+Fastfetch is a neofetch-like tool for fetching system information and
+displaying them in a pretty way. It is written mainly in C, with
+performance and customizability in mind.
+EOF
diff --git a/utils/fastfetch/HISTORY b/utils/fastfetch/HISTORY
new file mode 100644
index 0000000..8f62506
--- /dev/null
+++ b/utils/fastfetch/HISTORY
@@ -0,0 +1,3 @@
+2024-04-30 Conner Clere <xenanthropy AT sourcemage.org>
+ * CONFIGURE, DEPENDS, DETAILS: version 2.10.2, new spell
+


  • [[SM-Commit] ] GIT changes to master grimoire by Conner Clere (0a66b79d6435b23c1927e0b29ee9391c83243f2e), Conner Clere, 04/30/2024

Archive powered by MHonArc 2.6.24.

Top of Page