app-admin/cronlocker - 0.5.0 (gentoo)

Search

Package Information

Description:
synchronize a cron job across multiple hosts using the consul lock feature
Homepage:
https://github.com/viafintech/cronlocker
License:
MIT MPL-2.0

Ebuild Details

Version EAPI Keywords Slot
0.5.0 8 ~amd64 0
View Raw Ebuild
# Copyright 2019-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
inherit go-module

DESCRIPTION="synchronize a cron job across multiple hosts using the consul lock feature"
HOMEPAGE="https://github.com/viafintech/cronlocker"
SRC_URI="https://github.com/Barzahlen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT MPL-2.0"
SLOT="0"
KEYWORDS="~amd64"

src_compile() {
	go build -o cronlocker . || die
}

src_install() {
	dobin cronlocker
	dodoc *.md package/changelog
}

Manifest for 0.5.0

Type File Size Source URLs
DIST cronlocker-0.5.0.tar.gz 937557 bytes https://github.com/Barzahlen/cronlocker/archive/v0.5.0.tar.gz