Skip to content

Commit

Permalink
+fastfetch
Browse files Browse the repository at this point in the history
 closes #7109
  • Loading branch information
jhheider committed Dec 27, 2024
1 parent 1c0483d commit e19fe03
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions projects/github.com/fastfetch-cli/fastfetch/package.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
distributable:
url: https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/{{version.tag}}.tar.gz
strip-components: 1

versions:
github: fastfetch-cli/fastfetch

build:
dependencies:
cmake.org: ^3
gnome.org/glib: ^2
imagemagick.org: ^7
python.org: ~3.12
github.com/KhronosGroup/Vulkan-Loader: ^1
sqlite.org: ^3
zlib.net: ^1
linux:
freedesktop.org/dbus: ^1
elfutils.org: ^0
x.org/x11: ^1
x.org/xcb: ^1
x.org/xrandr: ^1
kernel.org/linux-headers: ^5
mesa3d.org: ^24
khronos.org/opencl-headers: ^2024
wayland.freedesktop.org: ^1
script:
- cmake -S . -B build
-DCMAKE_INSTALL_PREFIX={{ prefix }}
-DCMAKE_INSTALL_SYSCONFDIR={{ prefix }}/etc
-Wno-dev
- cmake --build build
- cmake --install build

provides:
- bin/fastfetch
- bin/flashfetch

test:
script:
- test "$(fastfetch --version)" = "fastfetch {{version}} ($ARCH)"
- sleep 5
- fastfetch --structure OS --pipe | grep OS
env:
aarch64:
ARCH: aarch64
x86-64:
ARCH: x86_64

0 comments on commit e19fe03

Please sign in to comment.