summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/checkbashisms/checkbashisms-2.0.0.2.ebuild')
-rw-r--r--dev-util/checkbashisms/checkbashisms-2.0.0.2.ebuild23
1 files changed, 23 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 000000000..23d982cd0
--- /dev/null
+++ b/dev-util/checkbashisms/checkbashisms-2.0.0.2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+DESCRIPTION="Perl script to check for commonly used bash features not defined by POSIX"
+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"
+
+S=${WORKDIR}
+
+src_install() {
+ newbin "${DISTDIR}"/${P} ${PN}
+}