# Maintainer: Adrien Oliva pkgname="pacmanhealth-git" pkgver="1.0.0.9ga8ef3ef" pkgrel="1" pkgdesc="Pacman health monitoring system" arch=('any') url="https://redmine.yapbreak.fr/projects/pacman-health" license=('GPL3') depends=('pacman' 'sed' 'coreutils' 'util-linux' 'sudo') optdepends=('postfix: send report by mail' 'libnotify: get desktop notification' 'recode: get diff in html mail version') makedepends=() conflicts=('pacmanhealth') replaces=() backup=('etc/pacmanhealth.conf') source=('git+https://redmine.yapbreak.fr/pacmanhealth.git') noextract=() md5sums=('SKIP') build() { cd "${srcdir}/pacmanhealth" ./autogen.sh ./configure make } package() { cd "${srcdir}/pacmanhealth" make DESTDIR="${pkgdir}/" install }