void-packages/srcpkgs/pfetch/template
2019-10-05 14:21:21 +02:00

16 lines
459 B
Bash

# Template file for 'pfetch'
pkgname=pfetch
version=0.4.0
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"
checksum=4cdac9e509fe94c0a27ab80454cddd830ff1a9c64216493658caa53670454fcd
do_install() {
vbin pfetch
vlicense LICENSE.md
}