summaryrefslogtreecommitdiff
path: root/logwatch-extra/PKGBUILD
blob: a4c6f016676aa52a332d2eccfc94207630268415 (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.3
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=('53ddd502647b0957276cddb265553c6b7db93723fb7852186fc4a1aa0decacefb01e722b157c81e00abd1d58a4baa5e273b8649d900e3f71e39e55f03a523137')

build() {

    cd ${pkgname}-${pkgver}
    make

}

package() {

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

}