aboutsummaryrefslogtreecommitdiffstats
path: root/testing/neofetch/APKBUILD
blob: 94e4253d178ea6003782b8b55d9677779634b2c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Contributor: Dawid Dziurla <dawidd0811@gmail.com>
# Maintainer: Dawid Dziurla <dawidd0811@gmail.com>
pkgname=neofetch
pkgver=3.2.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"
makedepends="make"
depends="bash"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
options="!check"
builddir="$srcdir/$pkgname-$pkgver"

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

sha512sums="790dd282b99437a416f25a895d5a3359be31d162447e2f59863c635c144045a6b81672e4469ca9b6eeba56fc927e787a67f0a317309bbc0f52500b0f9e072764  neofetch-3.2.0.tar.gz"