18 lines
509 B
Bash
18 lines
509 B
Bash
# Template file for 'ufetch'
|
|
pkgname=ufetch
|
|
version=0.2
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc="ufetch-v${version}"
|
|
depends="xbps coreutils ncurses"
|
|
short_desc="Tiny system info for Void"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="ISC"
|
|
homepage="https://gitlab.com/jschx/ufetch"
|
|
distfiles="https://gitlab.com/jschx/ufetch/-/archive/v${version}/ufetch-v${version}.tar.gz"
|
|
checksum=137f481b90ec9603f32b89c800687f2dd99a3a74429e99026406d08ba16cc2a6
|
|
|
|
do_install() {
|
|
vbin ufetch-void ufetch
|
|
vlicense LICENSE
|
|
}
|