### this file is sourced not run
PKGVER=7.1.0
PKGBUILD=1
PKGARCH=noarch

# source: james
TARBALL=neofetch-$PKGVER.tar.gz
MD5SUM=37ba9026fdd353f66d822fdce16420a8
SRC_URL=https://github.com/dylanaraps/neofetch/archive/refs/tags/$PKGVER.tar.gz
BUNDLE=

SLACKREQ=
SLACKDESC="neofetch: neofetch $PKGVER (CLI system information)
neofetch: 
neofetch: Neofetch is a command-line system information tool written in bash 
neofetch: 3.2+. Neofetch displays information about your operating system, 
neofetch: software and hardware in an aesthetic and visually pleasing way.
neofetch: 
neofetch: https://github.com/dylanaraps/neofetch/
neofetch: 
neofetch: 
neofetch: 
neofetch:
"

### default pkg_download
### prepare
pkg_prepare() {
	pkg_prepare_default &&
	cd tmp/neofetch* &&
	patch -Np1 -i ../pkg/fatdog-logo.patch &&
	true
}

### default pkg_package
### build
pkg_build() {
	cd /tmp/neofetch* &&
	make install &&
	pkg_build_slackdesc
}
