From 7cc6304efa2178c6577158033f65f471aa9613eb Mon Sep 17 00:00:00 2001 From: Diogo Leal Date: Sun, 3 Jul 2016 10:25:32 -0300 Subject: [PATCH] New package: tinycron-0.2 --- srcpkgs/tinycron/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/tinycron/template diff --git a/srcpkgs/tinycron/template b/srcpkgs/tinycron/template new file mode 100644 index 00000000000..17149b8ce8a --- /dev/null +++ b/srcpkgs/tinycron/template @@ -0,0 +1,17 @@ +# Template file for 'tinycron' +pkgname=tinycron +version=0.2 +revision=1 +build_style=go +go_import_path="github.com/bcicen/tinycron" +hostmakedepends="git" +short_desc="A very small replacement for cron" +maintainer="Diogo Leal " +license="MIT" +homepage="https://github.com/bcicen/tinycron" +distfiles="https://github.com/bcicen/tinycron/archive/v${version}.tar.gz" +checksum=0d0cc7f018d95f27f8f92ddfbadec1901f169980c3cf6c78e9c6fe7950cd290e + +post_install() { + vlicense LICENSE +}