New package: ufetch-0.1

closes #9579
This commit is contained in:
maxice8 2019-04-17 21:16:10 -03:00
parent 9a2d6c9406
commit b5cdfadf9b
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

18
srcpkgs/ufetch/template Normal file
View file

@ -0,0 +1,18 @@
# Template file for 'ufetch'
pkgname=ufetch
version=0.1
revision=1
archs=noarch
wrksrc="ufetch-v${version}"
depends="xbps coreutils ncurses"
short_desc="Tiny system info for Void"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="MIT"
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
}