summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 0ce641c0169df26af4d41368faf2f688f5d5e5dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Maintainer: nepetacsv, and ChatGPT ;)

pkgname=sysfetch
pkgver=1.0.0
pkgrel=1
pkgdesc="Beautiful and detailed system fetch script for Arch Linux"
arch=('any')
url="https://aur.archlinux.org/packages/sysfetch"
license=('MIT')
depends=('bash' 'coreutils' 'procps-ng' 'pciutils')
optdepends=(
  'mesa: OpenGL / Vulkan info'
  'lm_sensors: temperature support'
  'flatpak: flatpak packages count'
  'snapd: snap packages count'
)
source=('sysfetch')
sha256sums=('SKIP')

package() {
  install -Dm755 sysfetch "$pkgdir/usr/bin/sysfetch"
}