l9-1.1.ebuild 440 B

12345678910111213141516171819
  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: library for vim scripts"
  6. HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3252"
  7. SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=13948 -> ${P}.zip"
  8. LICENSE="MIT"
  9. KEYWORDS="amd64 x86"
  10. VIM_PLUGIN_HELPFILES="${PN}.txt"
  11. DEPEND="app-arch/unzip"
  12. S=${WORKDIR}