summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: b6cc8f162826e400178cfed174052e07b6f0b486 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Maintainer: Brin Bidulock <bidulock@openss7.com>
# Contributor: Chuan Ji <jichuan89[at]gmail[dot]com>
pkgname=gatotray
pkgver=3.2
pkgrel=1
pkgdesc="Graphical CPU stats monitor in the system tray."
url="https;//bitbucket.org/gatopeich/gatotray"
arch=('x86_64' 'i686')
license=('CCPL:by')
depends=('gtk2' 'xterm')
_r="b019a7f8aa60"
source=("https://bitbucket.org/gatopeich/gatotray/get/${_r}.zip")
md5sums=('SKIP')

build() {
  cd gatopeich-gatotray-${_r}
  make
}

package() {
  cd gatopeich-gatotray-${_r}
  strip gatotray
  install -Dm755 gatotray "${pkgdir}/usr/bin/gatotray"
}

# vim:set ts=2 sw=2 et: