# Maintainer: Adrian Groh pkgname=pfetch-rs-bin pkgver=2.9.0 pkgrel=1 pkgdesc="A rewrite of the pfetch system information tool in Rust" url="https://github.com/Gobidev/pfetch-rs" license=("MIT") arch=("x86_64") depends=("gcc-libs" "glibc" "sqlite") provides=("pfetch") conflicts=("pfetch-rs" "pfetch" "pfetch-git") source=("$pkgname-$pkgver.tar.gz::https://github.com/Gobidev/pfetch-rs/releases/download/v$pkgver/pfetch-linux-gnu-x86_64.tar.gz") b2sums=('d5371025d0b65041ddc53c5bc7fe6bda5cfc659250cfe77721b883b075ad9cf54eb58b8fdc3a1967e4f088ef626d54e822bde3e8c3f1d21af00292fff8393287') package() { install -Dm0755 -t "$pkgdir/usr/bin/" "$srcdir/pfetch" }