summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: fe3f7575b80325b6d2bc63997d72c55797ec9a9c (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
# Maintainer: lynix <lynix47@gmail.com>

pkgname=checkrun.sh-git
pkgver=20190327
pkgrel=1
pkgdesc="Cron-style mailing wrapper for systemd .timer units"
url="https://github.com/lynix/checkrun.sh"
arch=('any')
license=('MIT')
depends=('bash')
optdepends=()
makedepends=()
conflicts=( 'checkrun.sh' )
replaces=()
backup=()
source=("git://github.com/lynix/checkrun.sh.git")
md5sums=('SKIP')

package() {
  cd "${srcdir}/${pkgname%-git}"
  make DESTDIR="${pkgdir}" install
}

# vim:set ts=2 sw=2 et: