You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1....

23 lines
451 B

# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="6"
inherit php-pear-r1
DESCRIPTION="A full featured command line options and arguments parser"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE=""
DEPEND=">=dev-php/pear-1.4"
RDEPEND="${DEPEND}"
src_install() {
php-pear-r1_src_install
rm -r "${D}"/usr/share/php/tests || die
rm -r "${D}"/usr/share/php/docs || die
}