From 4c565bc1a494ad957ac9ee9cc5d34a9e4d883136 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9?= Date: Fri, 28 Jun 2024 15:27:15 +0300 Subject: [PATCH] fastfetch man+completions --- fastfetch/alr.sh | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/fastfetch/alr.sh b/fastfetch/alr.sh index 56f6230..6b66bfc 100644 --- a/fastfetch/alr.sh +++ b/fastfetch/alr.sh @@ -1,6 +1,6 @@ name='fastfetch' version='2.16.0' -release='1' +release='2' desc='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. Currently, Linux, Android, FreeBSD, MacOS and Windows 7+ are supported.' homepage='https://github.com/fastfetch-cli/fastfetch' maintainer="Евгений Храмов " @@ -9,6 +9,24 @@ license=('MIT') provides=('fastfetch') conflicts=('fastfetch' 'fastfetch-git') +opt_deps=('chafa: Image output as ascii art' + 'dbus: Bluetooth, Player & Media detection' + 'dconf: Needed for values that are only stored in DConf + Fallback for GSettings' + 'ddcutil: Brightness detection of external displays' + 'directx-headers: GPU detection in WSL' + 'glib2: Output for values that are only stored in GSettings' + 'imagemagick: Image output using sixel or kitty graphics protocol' + 'libnm: Wifi detection' + 'libpulse: Sound detection' + 'mesa: Needed by the OpenGL module for gl context creation.' + 'libxrandr: Multi monitor support' + 'ocl-icd: OpenCL module' + 'hwdata: GPU output' + 'vulkan-icd-loader: Vulkan module & fallback for GPU output' + 'xfconf: Needed for XFWM theme and XFCE Terminal font' + 'zlib: Faster image output when using kitty graphics protocol' + 'libdrm: Displays detection') + sources=("https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/${version}.tar.gz") checksums=('SKIP') @@ -21,4 +39,7 @@ package() { cd $srcdir/$name-$version install-binary ./fastfetch install-license ./LICENSE fastfetch/LICENSE + install-manual ./fastfetch.1 + ./completions/fastfetch.fish completion fish | install-completion fish fastfetch + install-completion bash fastfetch <./fastfetch/completions/fastfetch.bash } \ No newline at end of file