void-packages/srcpkgs/ufetch/template
2024-12-22 12:55:19 -05:00

16 lines
468 B
Bash

# Template file for 'ufetch'
pkgname=ufetch
version=0.4
revision=1
depends="xbps coreutils ncurses"
short_desc="Tiny system info for Void"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://gitlab.com/jschx/ufetch"
distfiles="https://gitlab.com/jschx/ufetch/-/archive/v${version}/ufetch-v${version}.tar.gz"
checksum=7b9c071cb9e833af47b5fc4b3ef47d02f1c5bb97802b756d1a3b555212a3d28f
do_install() {
vbin ufetch-void ufetch
vlicense LICENSE
}