add cronwrapper ebuild

This commit is contained in:
Fredrik Eriksson 2020-12-15 13:51:59 +01:00
parent 13dc062530
commit 7930b14d36
Signed by: feffe
GPG Key ID: F4329687B0FA7F8D
2 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,2 @@
DIST v0.1.0.tar.gz 4201 BLAKE2B bc63ba44a9152d49133ade98ac66e6d35850095e46660267be1375ff244a32f9a9c71f8f40220c0e87f323448a860ea0a0eeb3fbe94970d6ab62caa537016ba1 SHA512 8b70c118ac9eb1ca3795bd4bf70f9a8e1f8a4e9dca2e01f27f580b64a0411c339c36703f622117383b8082cdb6e9f5329d890fda97179f2c686225b614dec1b7
EBUILD cronwrapper-0.1.0.ebuild 453 BLAKE2B 0eb3b3ab152402fb8ea417c5a5c86162a3dc89ae0bf891e3e6071210a3a05cf53a3c78c5040a9a14ae76ca39388640698389340fc55042d661f8a48bc490d20a SHA512 1bffa1c8ff36cfbe3240970d42ab843acaa58bf95336f5ada541e54a35885a312b738183092677fa16679c54295707c5d3df786fc7ad53c228dd466083964a94

View File

@ -0,0 +1,24 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Tool for managing cronjob in a sane way"
HOMEPAGE="https://gitea.fulh.ax/feffe/cronwrapper"
SRC_URI="https://gitea.fulh.ax/feffe/cronwrapper/archive/v${PV}.tar.gz"
S="${WORKDIR}/cronwrapper"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64"
IUSE=""
DEPEND=""
RDEPEND=""
BDEPEND=""