project-1.4.1.ebuild 460 B

123456789101112131415161718
  1. # Copyright 1999-2016 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. inherit vim-plugin
  5. DESCRIPTION="vim plugin: Managing multiple projects with multiple sources like an IDE"
  6. HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=69"
  7. SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=6273 -> ${P}.tar.gz"
  8. LICENSE="vim.org"
  9. KEYWORDS="~amd64 ~ppc ~x86"
  10. S=${WORKDIR}
  11. VIM_PLUGIN_HELPFILES="${PN}"