# Maintainer: Erich Eckner pkgname=logwatch-extra pkgver=0.8.2 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=('6b9b6a54affcb397751c466448119d22fe25ebde5f02fc88b4c6de81ab2bb921057ac76445340395ffbb0133dd7839a56ec048ed13985081008bf22431ff45d2') build() { cd ${pkgname}-${pkgver} make } package() { cd ${pkgname}-${pkgver} make DESTDIR=${pkgdir} install }