commit 3295f22
chld
·
2026-09-01 12:42:20 +0000 UTC
parent 4d4f495
fastfetch: init
3 files changed,
+14,
-0
+1,
-0
1@@ -0,0 +1 @@
2+
+6,
-0
1@@ -0,0 +1,6 @@
2+name: fastfetch
3+description: c++ slop fetch
4+license:
5+upstream: https://github.com/fastfetch-cli/fastfetch
6+version: git
7+maintainer:
+7,
-0
1@@ -0,0 +1,7 @@
2+#!/bin/sh -ue
3+NAME=fastfetch
4+VERSION=git
5+RELEASE=1
6+SOURCE="https://github.com/${NAME}-cli/${NAME}"
7+
8+. ${0%/*}/../../libsh/libdmake.sh