From 4ca444b94fb73c0a6837bc3a88d703c35eaf0838 Mon Sep 17 00:00:00 2001 From: ximimoments Date: Sun, 8 Mar 2026 10:07:53 -0300 Subject: [PATCH] mensaje --- srcpkgs/katifetch/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/katifetch/template diff --git a/srcpkgs/katifetch/template b/srcpkgs/katifetch/template new file mode 100644 index 00000000000000..6a74417a2e2679 --- /dev/null +++ b/srcpkgs/katifetch/template @@ -0,0 +1,18 @@ +pkgname=katifetch +version=13.1 +revision=1 +build_style=gnu-makefile +short_desc="Customizable neofetch-like system info tool" +maintainer="ximimoments" +license="MIT" +homepage="https://github.com/ximimoments/katifetch" +distfiles="https://github.com/ximimoments/katifetch/archive/refs/tags/${version}.tar.gz" +checksum=57018797a61ab6befb80a0b76cdf7ca457421ef8cfc030fe41d77a78b017fd30 + +do_build() { + : +} + +do_install() { + vinstall katifetch.sh 755 usr/bin katifetch +}