aboutsummaryrefslogtreecommitdiffstats
path: root/community/neofetch/APKBUILD
blob: 423e38ef000334700ef7cebe7d3886fb1943f268 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Contributor: Dawid Dziurla <dawidd0811@gmail.com>
# Maintainer: Dawid Dziurla <dawidd0811@gmail.com>
pkgname=neofetch
pkgver=5.0.0
pkgrel=0
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::$url/archive/$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"

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

sha512sums="7872e646a0d784d0c9d851d16cb1ef03926d07f67ec9573b673b2a82fd9a1ffbb7bbcb0ca0e67c299dd210947396a8c36dacb98d8a61c3ea72b5a438995e7de6  neofetch-5.0.0.tar.gz"