detectindent-1.0_p20150908.ebuild 512 B

12345678910111213141516171819202122
  1. # Copyright 1999-2017 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: automatically detect file indent settings"
  6. HOMEPAGE="https://github.com/ciaranm/detectindent"
  7. LICENSE="vim"
  8. KEYWORDS="amd64 hppa ~mips ppc sparc x86"
  9. IUSE=""
  10. if [[ ${PV} != 9999* ]] ; then
  11. SRC_URI="mirror://gentoo/${P}.tar.xz
  12. http://dev.gentoo.org/~chutzpah/vim/${P}.tar.xz"
  13. fi
  14. DEPEND="app-arch/xz-utils"
  15. VIM_PLUGIN_HELPFILES="detectindent.txt"