summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 37211152dd025ba06f70f411edd563c6dd6280f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: gatopeich <gatopeich@pm.me>
pkgname=gatotray
pkgver=4.1
pkgrel=20250228
pkgdesc="A lightweight graphical system monitor for the desktop tray"
arch=('x86_64')
url="https://github.com/gatopeich/gatotray"
license=('CC-BY')
depends=('gtk2')
source=("https://github.com/gatopeich/gatotray/archive/refs/tags/v$pkgver.$pkgrel.tar.gz")
sha256sums=('SKIP')

build() {
  cd "$srcdir/$pkgname-$pkgver.$pkgrel"
  make
}

package() {
  cd "$srcdir/$pkgname-$pkgver.$pkgrel"
  make DESTDIR="$pkgdir" install
}