From ebbde0c603e53416a8847e772877b094dd269f11 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=20=D0=A5=D1=80?= =?UTF-8?q?=D0=B0=D0=BC=D0=BE=D0=B2?= Date: Sun, 23 Jun 2024 16:50:35 +0300 Subject: [PATCH] fastfetch 2.16.0 --- fastfetch/alr.sh | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 fastfetch/alr.sh diff --git a/fastfetch/alr.sh b/fastfetch/alr.sh new file mode 100644 index 0000000..56f6230 --- /dev/null +++ b/fastfetch/alr.sh @@ -0,0 +1,24 @@ +name='fastfetch' +version='2.16.0' +release='1' +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="Евгений Храмов " +architectures=('all') +license=('MIT') +provides=('fastfetch') +conflicts=('fastfetch' 'fastfetch-git') + +sources=("https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/${version}.tar.gz") +checksums=('SKIP') + +build() { + cd $srcdir/$name-$version + cmake -DCMAKE_BUILD_TYPE=Release + cmake --build . --target fastfetch -j$(nproc) + } +package() { + cd $srcdir/$name-$version + install-binary ./fastfetch + install-license ./LICENSE fastfetch/LICENSE + } \ No newline at end of file