1 # Maintainer : Laurent Carlier <lordheavym@gmail.com>
2 # Contributor: Ray Rashif <schivmeister@gmail.com>
3 # Contributor: Corrado Primier <bardo@aur.archlinux.org>
4 # Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
9 pkgdesc="X11 interface to lm_sensors - Mystro256 fork"
11 url="https://github.com/Mystro256/xsensors"
13 depends=('gtk3' 'lm_sensors')
14 source=(https://github.com/Mystro256/xsensors/archive/$pkgver.tar.gz)
15 sha256sums=('4f583b72c99be13eb06249d5b28bda2f8f204e07e67049bc00c6c60cfd0c352c')
20 ./configure --prefix=/usr
25 cd ${srcdir}/$pkgname-$pkgver
27 make DESTDIR="${pkgdir}" install