28 lines
462 B
Bash
28 lines
462 B
Bash
# Copyright 1999-2014 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
EAPI=2
|
|
|
|
DESCRIPTION="A cure for Cron's chronic email problem"
|
|
HOMEPAGE="http://habilis.net/cronic/"
|
|
SRC_URI="http://habilis.net/cronic/${PN}-v${PV}"
|
|
|
|
LICENSE="PublicDomain"
|
|
SLOT="0"
|
|
KEYWORDS="amd64"
|
|
IUSE=""
|
|
|
|
DEPEND=""
|
|
RDEPEND="${DEPEND}"
|
|
|
|
|
|
src_unpack() {
|
|
einfo "Nothing to do"
|
|
}
|
|
|
|
|
|
src_install() {
|
|
newbin ${DISTDIR}/${PN}-v${PV} cronic
|
|
}
|