summaryrefslogtreecommitdiff
path: root/logwatch-extra/PKGBUILD
blob: 7ece18691ed8cd23fee8775f57adf6b73b7a3034 (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.1
pkgrel=2
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=('cf6ddea2e1b17ea8bffb549933465da7afdf87c9b638be1a82d4f35c25a93230d3a93bf218c5ce940a7645a60b4715c95113bfb90e3514937b72de7d16dc37a0')

build() {

    cd ${pkgname}-${pkgver}
    make

}

package() {

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

}