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-08-27 05:11:45 +00:00
version=0.4
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-08-27 05:11:45 +00:00
checksum=694c5dcf0435d10ed825dd3e80aefedd1f82953513ce1fe8c46c002d2eca07c2
2016-07-03 13:25:32 +00:00
post_install() {
vlicense LICENSE
}