From f358aa33daa26ba9b6a6135c8255f5eae803d59f Mon Sep 17 00:00:00 2001 From: Ben de Groot Date: Thu, 27 Feb 2014 21:51:23 +0800 Subject: app-editors/neovim initial commit, ebuild by me --- app-editors/neovim/neovim-9999.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 app-editors/neovim/neovim-9999.ebuild diff --git a/app-editors/neovim/neovim-9999.ebuild b/app-editors/neovim/neovim-9999.ebuild new file mode 100644 index 0000000..00ff769 --- /dev/null +++ b/app-editors/neovim/neovim-9999.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +inherit cmake-utils git-r3 + +DESCRIPTION="Vim's rebirth for the 21st century" +HOMEPAGE="https://github.com/neovim/neovim" +EGIT_REPO_URI="git://github.com/neovim/neovim.git" + +LICENSE="vim" +SLOT="0" +KEYWORDS="" +IUSE="" + +RDEPEND="app-admin/eselect-vi + sys-libs/ncurses" +DEPEND="${RDEPEND} + >=dev-libs/libuv-0.11.19" -- cgit v1.2.3-65-gdbad