# Maintainer: Erich Eckner pkgname=logwatch-extra pkgver=0.9.1 pkgrel=1 pkgdesc="extra-capabilities for logwatch: better cron-frontend" arch=('any') url="https://git.eckner.net/Erich/${pkgname}" license=('GPL') groups=() depends=('logwatch' 'perl-date-manip') makedepends=() checkdepends=() optdepends=() provides=() conflicts=() replaces=() backup=() options=() source=( "https://git.eckner.net/Erich/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz" ) sha512sums=('3e727cd39335c404773e7f90cbf037196efdb33cf056391c887e53673c58a8b8e33a3f7c15cebac0171b241d2ed15b9ec542396fa67bf0db9614fd4e66439e23') build() { cd ${pkgname}-${pkgver} make } package() { cd ${pkgname}-${pkgver} make DESTDIR=${pkgdir} install }