aboutsummaryrefslogtreecommitdiffstats
path: root/testing/neofetch/APKBUILD
blob: f3ebc7233939d773a2c29d45f6b2223a6a71e115 (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.3.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
}

sha512sums="aa220f3d177a3f58e7cb665209e6bd70334eb3d2daccf7ec9cb32353b8c23f53e000f7d412422c8d5fcf1132b39f4a9dc51141ed7359f45c1f0f7a189853baf0  neofetch-3.3.0.tar.gz"