void-packages/srcpkgs/pfetch/template

17 lines
459 B
Bash
Raw Normal View History

2019-10-01 17:25:51 +00:00
# Template file for 'pfetch'
pkgname=pfetch
2019-10-05 10:05:42 +00:00
version=0.4.0
2019-10-01 17:25:51 +00:00
revision=1
archs="noarch"
short_desc="System information tool written in POSIX sh"
maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
license="MIT"
homepage="https://github.com/dylanaraps/pfetch"
distfiles="https://github.com/dylanaraps/pfetch/archive/${version}.tar.gz"
2019-10-05 10:05:42 +00:00
checksum=4cdac9e509fe94c0a27ab80454cddd830ff1a9c64216493658caa53670454fcd
2019-10-01 17:25:51 +00:00
do_install() {
vbin pfetch
vlicense LICENSE.md
}