summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 12ce575dc25c7060f347832c793475fbb7c9d40e (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=20181203
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=()
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: