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/app-vim/ackvim/ackvim-1.0.9.ebuild

25 lines
480 B

# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
inherit vim-plugin
MY_PN="ack.vim"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="vim plugin: run ack from within vim"
HOMEPAGE="https://github.com/mileszs/ack.vim"
SRC_URI="https://github.com/mileszs/${MY_PN}/archive/${PV}.zip -> ${MY_P}.zip"
LICENSE="vim"
KEYWORDS="~amd64 ~x86"
DEPEND="
sys-apps/ack
app-arch/unzip"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${MY_P}"