alpha-quadrant/dev-php/pareviewsh/pareviewsh-9999.ebuild

27 lines
477 B
Bash
Raw Normal View History

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
inherit git-2
DESCRIPTION="Drupal Project PAReview.sh"
HOMEPAGE="http://drupal.org/project/pareviewsh"
EGIT_REPO_URI="http://git.drupal.org/project/${PN}.git"
EGIT_BRANCH="7.x-1.x"
LICENSE="GPL-2"
SLOT="0"
2012-04-24 14:54:55 +02:00
KEYWORDS=""
IUSE=""
DEPEND="dev-php/drupalcs
dev-vcs/git"
RDEPEND="${DEPEND}"
src_install() {
dodoc README.txt
dobin pareview.sh
}