New package: pfetch-0.3

This commit is contained in:
Daniel Lewan 2019-10-01 19:25:51 +02:00 committed by Leah Neukirchen
parent 4c1c139d9c
commit 9db8621d61

16
srcpkgs/pfetch/template Normal file
View file

@ -0,0 +1,16 @@
# Template file for 'pfetch'
pkgname=pfetch
version=0.3
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=e65694db6e49c9850d15bf9948a4d19ce9a1807966bd2e4cea7b0df202c2d14d
do_install() {
vbin pfetch
vlicense LICENSE.md
}