# Maintainer: Yigit Sever # Contributor: Qontinuum # Contributor: Caio Novais pkgname=pfetch pkgver=1.5.0 pkgrel=1 pkgdesc="A pretty system information tool written in POSIX sh." arch=('any') url="https://github.com/Un1q32/$pkgname" license=('MIT') provides=("$pkgname") conflicts=('pfetch-git') source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz") sha256sums=('54f0d341460b9330ed435f3b8a95991f7cbb278db5464d788c07e0c5be1f7d70') package() { install -Dm755 "$srcdir/$pkgname-$pkgver/pfetch" "$pkgdir/usr/bin/pfetch" install -Dm644 "$srcdir/$pkgname-$pkgver/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE" }