summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 59766a658f70c582ab750cf8a4be9077cbe008f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: Your Name <martinp6282@gmail.com>
pkgname=sysi
pkgver=1.0.9
pkgrel=5
pkgdesc="A simple script to display system information"
arch=('any')
url="https://github.com/stuffbymax/sysi"
license=('MIT')
depends=('lm_sensors' 'procps-ng' 'pacman' 'glib2' 'bash' 'filesystem' 'gawk' 'coreutils' 'ncurses' 'upower' 'sysstat' 'xorg-xrandr' 'pciutils' 'ttf-iosevka-nerd')
source=("$pkgname-$pkgver.tar.gz::https://github.com/stuffbymax/sysi/archive/refs/tags/1.0.9.tar.gz")
sha256sums=('9a9c01c9c648cc38f185a47e2f543c265ffc55f07825cc6c4a10db00f172e727')

package() {
    cd "$srcdir/$pkgname-$pkgver"
    install -Dm755 sysi "$pkgdir/usr/bin/sysi"
}