summaryrefslogtreecommitdiff
blob: b325795bfed99607cf3c67b0e2d56aca03a0a518 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/checkbashisms/checkbashisms-2.0.0.2.ebuild,v 1.1 2012/01/10 07:24:48 robbat2 Exp $

EAPI=4

DESCRIPTION="Perl script to check for commonly used bash features not defined by POSIX"
HOMEPAGE="http://sourceforge.net/projects/checkbashisms/"
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}
}