mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
16 lines
468 B
Bash
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
|
|
}
|