]>
Commit | Line | Data |
---|---|---|
749344dd | 1 | # Contributor: sev <alpine@sev.monster> |
2 | # Maintainer: sev <alpine@sev.monster> | |
3 | pkgname=cronwrap | |
4 | pkgver=1.0.0 | |
5 | pkgrel=0 | |
6 | pkgdesc="Pipe a command's output to a logfile with datestamps" | |
7 | url="https://git.sev.monster/aports.git" | |
8 | arch="noarch" | |
9 | license="WTFPL" | |
10 | source="cronwrap" | |
11 | options="!check" | |
12 | ||
13 | package() { | |
14 | install -Dm755 cronwrap "$pkgdir"/usr/bin/cronwrap | |
15 | } | |
16 | ||
17 | sha512sums=" | |
18 | 1d89508f7b1683a802e1c3c09794e22c17ab26fec2c3ec7023c588b56a7ed609f111aed917fcd81af11df6c2ec832ca3fe196436cbf9eb609746c07552d46769 cronwrap | |
19 | " |