#!/bin/sh pkgname=neofetch version=7.1.0 revision=8 short_desc="Simple system information script (not my software)" maintainer="Tracker-Friendly " homepage="https://centrifuge.hectabit.org/evolutionos/neofetch" license="MIT" makedepends="make git" depends="bash" do_build() { echo "Building..." # Not needed } do_install() { echo "Installing..." git clone --depth=1 https://centrifuge.hectabit.org/evolutionos/neofetch.git cd neofetch mkdir -p ${DESTDIR}/usr/ make PREFIX=${DESTDIR}/usr/ install }