From 6925a0fe21e299c9964e8f7911309f6d5a2c667b Mon Sep 17 00:00:00 2001 From: Fotios Valasiadis Date: Sun, 5 May 2024 17:22:36 +0300 Subject: [PATCH] New package: fastfetch-2.11.5 A solid neofetch replacement for void powerusers! Signed-off-by: Fotios Valasiadis Co-authored-by: Luca Matei Pintilie --- srcpkgs/fastfetch/template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/fastfetch/template diff --git a/srcpkgs/fastfetch/template b/srcpkgs/fastfetch/template new file mode 100644 index 00000000000000..e3fa3a183ca429 --- /dev/null +++ b/srcpkgs/fastfetch/template @@ -0,0 +1,21 @@ +# Template file for 'fastfetch' +pkgname=fastfetch +version=2.11.5 +revision=1 +build_style=cmake +configure_args="-DBUILD_TESTS=On" +short_desc="Fast neofetch alternative written in C" +maintainer="Fotios Valasiadis " +license="MIT" +homepage="https://github.com/fastfetch-cli/fastfetch" +distfiles="https://github.com/fastfetch-cli/${pkgname}/archive/refs/tags/${version}.tar.gz" +checksum="83b7699d0aee3aa1683721fe4b82d667c88e97e257d48e9efe586b0e830f8a64" + +do_check() { + cd build + ctest ${makejobs} +} + +post_install() { + vlicense LICENSE +}