commit 8a81dab
chld
·
2026-09-07 18:04:30 +0000 UTC
parent 69c938f
fastfetch: deps
4 files changed,
+7,
-12
+2,
-0
1@@ -0,0 +1,2 @@
2+.cmake
3+.make
+5,
-0
1@@ -3,5 +3,10 @@ NAME=fastfetch
2 VERSION=git
3 RELEASE=1
4 SOURCE="https://github.com/${NAME}-cli/${NAME}"
5+CFLAGS="`pkg-config --cflags ImageMagick`"
6+BUILD_OPT="-DIS_MUSL=ON -DCMAKE_C_CFLAGS="$CFLAGS" -DCMAKE_CXX_FLAGS="$CFLAGS""
7+prebuild(){
8+ export CFLAGS CXXFLAGS="$CFLAGS"
9+}
10
11 . ${0%/*}/../../libsh/libdmake.sh
+0,
-6
1@@ -1,6 +0,0 @@
2-name: qfetch
3-description: fetch program made to be pretty quick written in C
4-license: 0BSD
5-upstream: https://git.sr.ht/~lost/qfetch
6-version: git
7-maintainer: discord (@kool_kids)
+0,
-6
1@@ -1,6 +0,0 @@
2-#!/bin/sh -ue
3-NAME=qfetch
4-VERSION=git
5-RELEASE=1
6-SOURCE="https://git.sr.ht/~lost/qfetch"
7-. ${0%/*}/../../libsh/libdmake.sh