mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-23 05:53:12 -04:00
sys-process/scron: new package, add 0.4
Signed-off-by: Efe İzbudak <efe.izbudak@metu.edu.tr>
This commit is contained in:
34
sys-process/scron/scron-0.4.ebuild
Normal file
34
sys-process/scron/scron-0.4.ebuild
Normal file
@@ -0,0 +1,34 @@
|
||||
# Copyright 2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="Simple cron daemon"
|
||||
HOMEPAGE="https://git.2f30.org/scron/"
|
||||
SRC_URI="https://dl.2f30.org/releases/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="
|
||||
!sys-process/cronie
|
||||
!sys-process/bcron
|
||||
!sys-process/dcron
|
||||
!sys-process/fcron
|
||||
!sys-process/systemd-cron
|
||||
"
|
||||
BDEPEND=""
|
||||
|
||||
src_install() {
|
||||
emake MANPREFIX="/usr/share/man" PREFIX="/usr" DESTDIR="${D}" install
|
||||
einstalldocs
|
||||
newinitd "${FILESDIR}/${PN}-0.4-initd" ${PN}
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog "Start scron as a system service with"
|
||||
elog "'rc-service scron start'. Enable it at startup with"
|
||||
elog "'rc-update add scron default'."
|
||||
}
|
||||
Reference in New Issue
Block a user