From 73ffd33bf4da93e6deab0d53a9c702778f28608d Mon Sep 17 00:00:00 2001 From: Mike Watkins Date: Sat, 17 Feb 2024 14:36:36 -0800 Subject: [PATCH] New package: fastfetch-2.8.3 --- srcpkgs/fastfetch/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/fastfetch/template diff --git a/srcpkgs/fastfetch/template b/srcpkgs/fastfetch/template new file mode 100644 index 00000000000000..59cdf722267854 --- /dev/null +++ b/srcpkgs/fastfetch/template @@ -0,0 +1,17 @@ +# Template file for 'fastfetch' +pkgname=fastfetch +version=2.8.3 +revision=1 +build_style=cmake +short_desc="Fastfetch is a fast neofetch-like tool for displaying system information" +maintainer="Orphaned " +license="MIT" +homepage="https://github.com/fastfetch-cli/fastfetch" +changelog="https://raw.githubusercontent.com/fastfetch-cli/fastfetch/master/CHANGELOG.md" +distfiles="https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/${version}.tar.gz" +checksum=f60c357738fe2f0a82fb2a11dd01015b5c36e8c3da394c448a065807b7a56953 + +post_install() { + vlicense LICENSE + vman build/fastfetch.1 +}