aports/testing/neofetch/APKBUILD
fossdd 1f1329273a testing/neofetch: move from community
unmaintained upstream and has no package maintainer.

community/fastfetch provides similar functionality as neofetch.
2024-11-06 21:46:19 +00:00

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"