blob: 199b28b4e4d4927155fce58f07a946c1932a2c04 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/vimcommander/vimcommander-0.80.ebuild,v 1.1 2014/06/26 06:20:14 radhermit Exp $
inherit vim-plugin
MY_PV=${PV/0./}
MY_P=${PN}-${MY_PV}
DESCRIPTION="vim plugin: Total Commander style file explorer"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=808"
SRC_URI="mirror://gentoo/${MY_P}.tar.bz2"
LICENSE="GPL-2"
KEYWORDS="alpha amd64 ia64 ppc sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos"
IUSE=""
VIM_PLUGIN_HELPFILES="vimcommander"
S=${WORKDIR}/${MY_P}
|