void-packages/srcpkgs/ufetch/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
some packages were dropped but their maintainer= was not updated in template.
this will help new maintainers adopt these packages.

-> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
2019-08-25 21:16:43 +02:00

18 lines
509 B
Bash

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