# Description: A pretty system information tool written in POSIX sh # URL: https://github.com/dylanaraps/pfetch # Maintainer: KRAK3N Team, extra ports at krak3n dot my # Depends on: name=pfetch version=0.6.0 release=2 source=(https://github.com/dylanaraps/${name}/archive/${version}/${name}-${version}.tar.gz spm-support.patch) build() { cd ${name}-${version} mkdir -p $PKG/usr/bin install -m755 pfetch $PKG/usr/bin/pfetch }