diff --git a/srcpkgs/ufetch/template b/srcpkgs/ufetch/template new file mode 100644 index 00000000000..063f5e9a917 --- /dev/null +++ b/srcpkgs/ufetch/template @@ -0,0 +1,18 @@ +# Template file for 'ufetch' +pkgname=ufetch +version=0.1 +revision=1 +archs=noarch +wrksrc="ufetch-v${version}" +depends="xbps coreutils ncurses" +short_desc="Tiny system info for Void" +maintainer="maxice8 " +license="MIT" +homepage="https://gitlab.com/jschx/ufetch" +distfiles="https://gitlab.com/jschx/ufetch/-/archive/v${version}/ufetch-v${version}.tar.gz" +checksum=e4149fc8d0c75e431e99250e0cd2597ea389b488d8c9febc845eadd0f7b6e947 + +do_install() { + vbin ufetch-void ufetch + vlicense LICENSE +}