--- /dev/null
+# Contributor: sev <alpine@sev.monster>
+# Maintainer: sev <alpine@sev.monster>
+pkgname=cronwrap
+pkgver=1.0.0
+pkgrel=0
+pkgdesc="Pipe a command's output to a logfile with datestamps"
+url="https://git.sev.monster/aports.git"
+arch="noarch"
+license="WTFPL"
+source="cronwrap"
+options="!check"
+
+package() {
+ install -Dm755 cronwrap "$pkgdir"/usr/bin/cronwrap
+}
+
+sha512sums="
+1d89508f7b1683a802e1c3c09794e22c17ab26fec2c3ec7023c588b56a7ed609f111aed917fcd81af11df6c2ec832ca3fe196436cbf9eb609746c07552d46769 cronwrap
+"