mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-17 20:56:46 +02:00
unmaintained upstream and has no package maintainer. community/fastfetch provides similar functionality as neofetch.
20 lines
653 B
Text
20 lines
653 B
Text
# 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"
|