summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: fa33a03c86bff81fb9bb6a71aabf222c2c637aec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: Matthew Gamble <git@matthewgamble.net>

pkgname=chkcrontab
pkgver=1.7
pkgrel=4
pkgdesc="A tool for checking system crontab files for errors and common mistakes."
arch=("any")
url="https://github.com/lyda/chkcrontab"
license=("Apache")
depends=("python")
source=("https://github.com/lyda/chkcrontab/archive/v${pkgver}.tar.gz")
sha256sums=("1725172dbdea26f1aef915b9acd7100605e49f8675761900bc0992a227d767b9")

package() {
    cd "chkcrontab-${pkgver}"
    python setup.py install --root="${pkgdir}" --optimize=1
}