blob: 1e03c96e7d018a6c3cd9d7c9b70fe2930e7d130c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
pkgbase = fastfrog-git
pkgdesc = Like Neofetch, but much faster because written in C
pkgver = 2.9.1
pkgrel = 1
url = https://github.com/fastfetch-cli/fastfetch
arch = x86_64
license = MIT
makedepends = chafa
makedepends = cmake
makedepends = dbus
makedepends = dconf
makedepends = ddcutil
makedepends = directx-headers
makedepends = git
makedepends = imagemagick
makedepends = libnm
makedepends = libpulse
makedepends = libxcb
makedepends = libxrandr
makedepends = mesa
makedepends = ocl-icd
makedepends = opencl-headers
makedepends = vulkan-headers
makedepends = vulkan-icd-loader
makedepends = wayland
makedepends = xfconf
makedepends = zlib
depends = glibc
optdepends = chafa: Image output as ascii art
optdepends = dbus: Bluetooth, Player & Media detection
optdepends = dconf: Needed for values that are only stored in DConf + Fallback for GSettings
optdepends = ddcutil: Brightness detection of external displays
optdepends = directx-headers: GPU detection in WSL
optdepends = glib2: Output for values that are only stored in GSettings
optdepends = imagemagick: Image output using sixel or kitty graphics protocol
optdepends = libnm: Wifi detection
optdepends = libpulse: Sound detection
optdepends = mesa: Needed by the OpenGL module for gl context creation.
optdepends = libxrandr: Multi monitor support
optdepends = ocl-icd: OpenCL module
optdepends = hwdata: GPU output
optdepends = vulkan-icd-loader: Vulkan module & fallback for GPU output
optdepends = xfconf: Needed for XFWM theme and XFCE Terminal font
optdepends = zlib: Faster image output when using kitty graphics protocol
optdepends = libdrm: Displays detection
provides = fastfetch
conflicts = fastfetch
source = fastfrog-git::git+https://github.com/fastfetch-cli/fastfetch.git#branch=master
source = frog.patch
sha256sums = SKIP
sha256sums = 9e9d26e7df431299e84c92dda99a17cb471ee15b29a280adc34fb247891e8ca5
pkgname = fastfrog-git
|