]> git.sev.monster Git - aports.git/blame - testing/cronwrap/APKBUILD
testing/uptime-kuma: upgrade to 1.19.0
[aports.git] / testing / cronwrap / APKBUILD
CommitLineData
365f9c23 1# Contributor: sev <alpine@sev.monster>
2# Maintainer: sev <alpine@sev.monster>
3pkgname=cronwrap
1a876fff 4pkgver=1.1.0
365f9c23 5pkgrel=0
6pkgdesc="Pipe a command's output to a logfile with datestamps"
7url="https://git.sev.monster/aports.git"
8arch="noarch"
9license="WTFPL"
10source="cronwrap"
11options="!check"
12
13package() {
14 install -Dm755 cronwrap "$pkgdir"/usr/bin/cronwrap
15}
16
17sha512sums="
1a876fff 18ca9ec4833d0bc3e33b63fa511dc324b133da4ba4c04fb7860122242697116c11e0ca95836cf75c9463968e3801523d470defa03d87e23d005f3154a657713a03 cronwrap
365f9c23 19"
This page took 0.045767 seconds and 4 git commands to generate.