From 8777b48b44500d60a706ee98bf0e52e6a606ddd3 Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Tue, 18 Dec 2018 00:44:06 +0100 Subject: dev-php/cli-prompt: bump to v1.0.3 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann --- dev-php/cli-prompt/cli-prompt-1.0.3.ebuild | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 dev-php/cli-prompt/cli-prompt-1.0.3.ebuild (limited to 'dev-php/cli-prompt/cli-prompt-1.0.3.ebuild') diff --git a/dev-php/cli-prompt/cli-prompt-1.0.3.ebuild b/dev-php/cli-prompt/cli-prompt-1.0.3.ebuild new file mode 100644 index 000000000000..5a3a63f745e2 --- /dev/null +++ b/dev-php/cli-prompt/cli-prompt-1.0.3.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Allows you to prompt for user input on the command line" +HOMEPAGE="https://github.com/Seldaek/cli-prompt" +SRC_URI="https://github.com/Seldaek/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-lang/php:* + dev-php/fedora-autoloader" + +src_install() { + insinto "/usr/share/php/Seld/CliPrompt" + doins -r src/. "${FILESDIR}"/autoload.php + dodoc README.md +} -- cgit v1.2.3-65-gdbad