rust-vim-1_pre20160829.ebuild 436 B

123456789101112131415161718
  1. # Copyright 1999-2016 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. inherit vim-plugin vcs-snapshot
  5. MY_PN="${PN/-/.}"
  6. REF="fc11d02fee330df7b30c83a80f09dd0c60ab43ce"
  7. DESCRIPTION="Vim configuration for Rust"
  8. HOMEPAGE="http://www.rust-lang.org/"
  9. SRC_URI="https://github.com/rust-lang/${MY_PN}/tarball/${REF} -> ${P}.tar.gz"
  10. LICENSE="|| ( MIT Apache-2.0 )"
  11. SLOT="0"
  12. KEYWORDS="~amd64 ~x86"