# neofetch - System information script
# Generated from manifest.tsv by gen-ports.py. Edit the manifest, not this file,
# unless the package needs something the template cannot express - in which case
# drop a `recipe.local` beside it and it will be preserved.
name=neofetch
version=7.1.0
release=1
desc="System information script"
url="https://github.com/dylanaraps/neofetch"
license="MIT"
depend="glibc"
makedepend=""
source="https://github.com/dylanaraps/neofetch/archive/refs/tags/7.1.0.tar.gz"
sha256="SKIP"

build() {
	cd "neofetch-7.1.0"
	make -j"$JOBS" PREFIX=/usr
}

package() {
	cd "neofetch-7.1.0"
	make PREFIX=/usr DESTDIR="$pkgdir" install
}
