alpha-quadrant/sys-process/cronic/cronic-2.ebuild

29 lines
457 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: $
EAPI=2
DESCRIPTION="A cure for Cron's chronic email problem"
HOMEPAGE="http://habilis.net/cronic/"
SRC_URI="http://habilis.net/cronic/cronic"
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}"
src_unpack() {
einfo "Nothing to do"
}
src_install() {
2014-11-27 17:06:05 +01:00
exeinto "/bin"
2014-11-25 17:33:33 +01:00
doexe ${DISTDIR}/${PN}
}