# Contributor: Dawid Dziurla <dawidd0811@gmail.com>
# Maintainer:
pkgname=neofetch
pkgver=7.1.0
pkgrel=2
pkgdesc="A CLI system information tool written in Bash that supports displaying images"
url="https://github.com/dylanaraps/neofetch"
arch="noarch"
license="MIT"
depends="bash"
makedepends="make"
options="!check"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/dylanaraps/neofetch/archive/$pkgver.tar.gz"

package() {
	make DESTDIR="$pkgdir" install
}

sha512sums="fe1013fb54585c15ba556054478a2c8c503120387e81bd16bfdfbb6f3a188ed4124585540abf43da9209cbbe0d7fb90d50914cd6620137d00f013cfb6954a042  neofetch-7.1.0.tar.gz"
