mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-18 23:22:24 +01:00
23 lines
708 B
Plaintext
23 lines
708 B
Plaintext
# Contributor: Dawid Dziurla <dawidd0811@gmail.com>
|
|
# Maintainer: Dawid Dziurla <dawidd0811@gmail.com>
|
|
pkgname=neofetch
|
|
pkgver=6.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="2613bbc3bd50fb11fb511dd2d3d37f8e86891c9abab5f25e5956f4458c43abd555ff7d129a24f7e5ff4ed76f7c69235b696a77326bce11d81dd81eb414ab3a8d neofetch-6.0.0.tar.gz"
|