summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 8aa5fc96f6202e0ba6ff63a29a1c8c9ae1c8fbc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Maintainer: martin Petik <martinp6282@gmail.com>
pkgname=ssysi
pkgver=1.1.4
pkgrel=4
pkgdesc="A lightweight system information tool written in Bash"
arch=('any')
url="https://github.com/stuffbymax/ssysi"
license=('MIT')
depends=('bash' 'sysstat' 'upower')
source=("https://raw.githubusercontent.com/stuffbymax/ssysi/refs/heads/main/ssysi.sh")
sha256sums=('skip')

package() {
    install -Dm755 "$srcdir/ssysi.sh" "$pkgdir/usr/bin/ssysi"
}