summaryrefslogtreecommitdiff
path: root/dev-php/symfony-filesystem/symfony-filesystem-2.7.20.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-php/symfony-filesystem/symfony-filesystem-2.7.20.ebuild')
-rw-r--r--dev-php/symfony-filesystem/symfony-filesystem-2.7.20.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-php/symfony-filesystem/symfony-filesystem-2.7.20.ebuild b/dev-php/symfony-filesystem/symfony-filesystem-2.7.20.ebuild
new file mode 100644
index 000000000000..1e8dc8042629
--- /dev/null
+++ b/dev-php/symfony-filesystem/symfony-filesystem-2.7.20.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Symfony Filesystem Component"
+HOMEPAGE="https://github.com/symfony/filesystem"
+SRC_URI="https://github.com/symfony/filesystem/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ dev-lang/php:*
+ dev-php/fedora-autoloader"
+
+S="${WORKDIR}/filesystem-${PV}"
+
+src_install() {
+ insinto "/usr/share/php/Symfony/Component/Filesystem"
+ doins -r . "${FILESDIR}"/autoload.php
+ dodoc README.md
+}