void-packages/srcpkgs/ufetch/template

17 lines
468 B
Bash

# Template file for 'ufetch'
pkgname=ufetch
version=0.3
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=dfef07f18561e56070eb3ac589c7d660a5367b284d4f094cca0c3aa84e2cc1f4
do_install() {
vbin ufetch-void ufetch
vlicense LICENSE
}