alpha-quadrant/dev-php/pareviewsh/pareviewsh-1.0_alpha2.ebuild

25 lines
469 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
DESCRIPTION="Drupal Project PAReview.sh"
HOMEPAGE="http://drupal.org/project/pareviewsh"
SRC_URI="http://ftp.drupal.org/files/projects/${PN}-7.x-${PV/_/-}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND="dev-php/drupalcs
dev-vcs/git"
RDEPEND="${DEPEND}"
S=${WORKDIR}/${PN}
src_install() {
dobin pareview.sh
}