New package: tinycron-0.2
This commit is contained in:
parent
1b05b31530
commit
7cc6304efa
1 changed files with 17 additions and 0 deletions
17
srcpkgs/tinycron/template
Normal file
17
srcpkgs/tinycron/template
Normal file
|
@ -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 <diogo@diogoleal.com>"
|
||||||
|
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
|
||||||
|
}
|
Loading…
Reference in a new issue