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 +}