# Maintainer: willemw pkgname=indicator-sensors pkgver=1.2 pkgrel=1 pkgdesc="Small application to provide hardware sensor readings using the AppIndicator framework" arch=('x86_64') url="https://github.com/alexmurray/indicator-sensors" license=('GPL3') depends=('dconf' 'gobject-introspection' 'libappindicator-gtk3' 'libatasmart' 'libnotify' 'libpeas' 'lm_sensors' 'udisks2') optdepends=('libxnvctrl: NVIDIA GPU support') makedepends=('gnome-common' 'intltool') install=$pkgname.install source=(https://github.com/alexmurray/$pkgname/archive/$pkgver.tar.gz) md5sums=('c92453b2dbd315f66cafc9fd28a04bc6') build() { cd $pkgname-$pkgver sh ./autogen.sh ./configure --disable-schemas-compile --prefix=/usr make } package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir" install }