diff options
Diffstat (limited to 'dev-util/checkbashisms/checkbashisms-2.0.0.2.ebuild')
-rw-r--r-- | dev-util/checkbashisms/checkbashisms-2.0.0.2.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-util/checkbashisms/checkbashisms-2.0.0.2.ebuild b/dev-util/checkbashisms/checkbashisms-2.0.0.2.ebuild new file mode 100644 index 000000000000..a578750fa0c9 --- /dev/null +++ b/dev-util/checkbashisms/checkbashisms-2.0.0.2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +DESCRIPTION="Perl script to check for commonly used bash features not defined by POSIX" +# "checkbaskisms" is not a typo, it's the actual upstream SF project name. +HOMEPAGE="http://sourceforge.net/projects/checkbaskisms/" +SRC_URI="mirror://sourceforge/checkbaskisms/${PV}/${PN} -> ${P}" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-lang/perl + virtual/perl-Getopt-Long + !<dev-util/rpmdevtools-8.3-r1" + +S=${WORKDIR} + +src_install() { + newbin "${DISTDIR}"/${P} ${PN} +} |