From fd82c092a37f5cf73da0ae8e18f0070bea5a23bb Mon Sep 17 00:00:00 2001 From: Steve Prybylski Date: Mon, 24 Aug 2015 13:43:48 -0400 Subject: [PATCH] New package: cronutils-1.8 --- srcpkgs/cronutils/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/cronutils/template diff --git a/srcpkgs/cronutils/template b/srcpkgs/cronutils/template new file mode 100644 index 00000000000..ed6fb6551c1 --- /dev/null +++ b/srcpkgs/cronutils/template @@ -0,0 +1,18 @@ +# Template file for 'cronutils' +pkgname=cronutils +version=1.8 +revision=1 +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 " +license="Apache-2.0" +homepage="https://github.com/google/cronutils" +distfiles="https://github.com/google/${pkgname}/archive/version/${version}.tar.gz" +checksum=27c08777650d6d591c7ad2527a8ee5f66ea7a7a1a37f3e9256252bd357a68959 +wrksrc="${pkgname}-version-${version}" + +post_install() { + vlicense LICENSE + vbin runcron +}