diff options
Diffstat (limited to 'dev-util/cloc/cloc-1.55.ebuild')
-rw-r--r-- | dev-util/cloc/cloc-1.55.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-util/cloc/cloc-1.55.ebuild b/dev-util/cloc/cloc-1.55.ebuild new file mode 100644 index 000000000000..7f99c739ab12 --- /dev/null +++ b/dev-util/cloc/cloc-1.55.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cloc/cloc-1.55.ebuild,v 1.1 2011/10/14 17:22:59 radhermit Exp $ + +EAPI=4 + +DESCRIPTION="Count Lines of Code" +HOMEPAGE="http://cloc.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.pl" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="" + +RDEPEND=">=dev-lang/perl-5.6" + +S=${WORKDIR} + +src_unpack() { :; } + +src_install() { + newbin "${DISTDIR}"/${P}.pl ${PN} +} |