19 lines
579 B
Bash
19 lines
579 B
Bash
# Template file for 'cronutils'
|
|
pkgname=cronutils
|
|
version=1.9
|
|
revision=1
|
|
wrksrc="${pkgname}-version-${version}"
|
|
build_style=gnu-makefile
|
|
make_install_args="prefix=/usr"
|
|
short_desc="Set of tools to assist the reliable running periodic and batch jobs"
|
|
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/google/cronutils"
|
|
distfiles="https://github.com/google/${pkgname}/archive/version/${version}.tar.gz"
|
|
checksum=0109f165b193d3482ebf470e5d19fcef13bb692b173f65c966b0b8b8ebc79238
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vbin runcron
|
|
}
|