17 lines
550 B
Bash
17 lines
550 B
Bash
# Template file for 'cronutils'
|
|
pkgname=cronutils
|
|
version=1.10
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
short_desc="Set of tools to assist the reliable running periodic and batch jobs"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/google/cronutils"
|
|
changelog="https://github.com/google/cronutils/releases"
|
|
distfiles="https://github.com/google/cronutils/archive/refs/tags/version/${version}.tar.gz"
|
|
checksum=56638170e5a41c71e9992bc0c01b69333dd4af72ea9f8f79d8b863f771b93628
|
|
|
|
post_install() {
|
|
vbin runcron
|
|
}
|