alpha-quadrant/sys-process/cronic/cronic-3-r1.ebuild

27 lines
478 B
Bash
Raw Normal View History

2014-11-25 17:33:33 +01:00
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
2024-03-29 10:33:18 +01:00
EAPI=8
2014-11-25 17:33:33 +01:00
DESCRIPTION="A cure for Cron's chronic email problem"
HOMEPAGE="http://habilis.net/cronic/"
2018-01-08 13:34:41 +01:00
SRC_URI="http://habilis.net/cronic/${PN}-v${PV}"
2014-11-25 17:33:33 +01:00
LICENSE="PublicDomain"
SLOT="0"
2014-11-27 17:06:05 +01:00
KEYWORDS="amd64"
2014-11-25 17:33:33 +01:00
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
2024-03-29 10:33:18 +01:00
src_unpack() {
mkdir -p ${S}
cp ${DISTDIR}/${PN}-v${PV} ${S}/cronic
2014-11-25 17:33:33 +01:00
}
src_install() {
2024-03-29 10:33:18 +01:00
newbin ${S}/cronic cronic
2014-11-25 17:33:33 +01:00
}