15 lines
444 B
Bash
15 lines
444 B
Bash
# Template file for 'pfetch'
|
|
pkgname=pfetch
|
|
version=0.6.0
|
|
revision=2
|
|
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=d1f611e61c1f8ae55bd14f8f6054d06fcb9a2d973095367c1626842db66b3182
|
|
|
|
do_install() {
|
|
vbin pfetch
|
|
vlicense LICENSE.md
|
|
}
|