# Description: System information shell tool # URL: https://github.com/dylanaraps/neofetch # Maintainer: KRAK3N Team, extra ports at krak3n dot my # Depends on: name=neofetch version=7.1.0 release=1 source=(https://github.com/dylanaraps/${name}/archive/${version}/${name}-${version}.tar.gz) build() { cd ${name}-${version} make PREFIX=/usr DESTDIR=$PKG install }