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