void-packages/srcpkgs/ufetch/template

19 lines
512 B
Bash
Raw Normal View History

2019-04-18 00:16:10 +00:00
# Template file for 'ufetch'
pkgname=ufetch
version=0.1
2019-05-31 10:22:13 +00:00
revision=2
2019-04-18 00:16:10 +00:00
archs=noarch
wrksrc="ufetch-v${version}"
depends="xbps coreutils ncurses"
short_desc="Tiny system info for Void"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
2019-05-31 10:22:13 +00:00
license="ISC"
2019-04-18 00:16:10 +00:00
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
}