blob: 8e4a04484fc08a7b29372346f168ffa51ad09303 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# 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
}
|