void-packages/srcpkgs/tinycron/template

18 lines
491 B
Bash
Raw Normal View History

2016-07-03 13:25:32 +00:00
# Template file for 'tinycron'
pkgname=tinycron
2016-07-22 08:38:10 +00:00
version=0.3
2016-07-03 13:25:32 +00:00
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 <diogo@diogoleal.com>"
license="MIT"
homepage="https://github.com/bcicen/tinycron"
distfiles="https://github.com/bcicen/tinycron/archive/v${version}.tar.gz"
2016-07-22 08:38:10 +00:00
checksum=1ba15e20871c0cbe45061d0ae7ebd5097dd173d7a3f4f9d6d21407d672e05f47
2016-07-03 13:25:32 +00:00
post_install() {
vlicense LICENSE
}