summaryrefslogtreecommitdiff
path: root/logwatch-extra/PKGBUILD
blob: ff8a137973f5a746285ef127880dcc79f0a21b53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Maintainer: Erich Eckner <arch at eckner dot net>
pkgname=logwatch-extra
pkgver=0.8.4
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=('e2ddd13fd5e4a9327cd57b9c821f4a87fc56d3d05919b0c46148e35a6cba882e82277af05aef2bdec0487ca41a72a06f93dc0a2646d51751014536232e6d0c15')

build() {

    cd ${pkgname}-${pkgver}
    make

}

package() {

    cd ${pkgname}-${pkgver}
    make DESTDIR=${pkgdir} install

}