summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 1b7b717673014d0fe1c11591c354f8b2738aa760 (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-cz
pkgver=1.0.3
pkgrel=3
pkgdesc="Jednoduchý skript pro zobrazení systémových informací"
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.3.tar.gz")
sha256sums=('97535d8109ac34b9767b6837fb3ed532819d402b219a6c490337003cc61a4192')

package() {
    cd "$srcdir/sysi-1.0.3"  # Adjust this line based on actual directory name
    install -Dm755 sysi-cz "$pkgdir/usr/bin/sysi-cz"
}