From 7a4b025ce07ef9dfb1390dcb67c3d506549138a2 Mon Sep 17 00:00:00 2001 From: Tristan Smith Date: Fri, 17 May 2024 21:00:50 -0400 Subject: [PATCH] New package: fastfetch --- srcpkgs/fastfetch/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/fastfetch/template diff --git a/srcpkgs/fastfetch/template b/srcpkgs/fastfetch/template new file mode 100644 index 00000000000000..088abda19521da --- /dev/null +++ b/srcpkgs/fastfetch/template @@ -0,0 +1,19 @@ +# Template file for 'fastfetch' +pkgname=fastfetch +version=2.12.0 # Replace with the latest version if it's different +revision=1 +archs="x86_64" +build_style=cmake +hostmakedepends="cmake gcc git" +makedepends="" +depends="" +short_desc="A neofetch-like tool for fetching system information" +maintainer="Tristan Smith " +license="MIT" +homepage="https://github.com/fastfetch-cli/fastfetch" +distfiles="https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/${version}.tar.gz" +checksum=0f6d797ae0c4dd14d09f18ee3f51f53c29d820d8fd65066280938efed414af9d # Replace with the actual checksum + +do_install() { + vinstall ${wrksrc}/build/fastfetch 755 usr/bin +}