diff options
author | Ben de Groot <yngwin@gentoo.org> | 2014-02-27 21:51:23 +0800 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2014-02-27 21:51:23 +0800 |
commit | f358aa33daa26ba9b6a6135c8255f5eae803d59f (patch) | |
tree | e338c9078bd1f9ed87e42c542fe81b57c18756e7 | |
parent | dev-libs/libuv version bump (diff) | |
download | yngwin-f358aa33daa26ba9b6a6135c8255f5eae803d59f.tar.gz yngwin-f358aa33daa26ba9b6a6135c8255f5eae803d59f.tar.bz2 yngwin-f358aa33daa26ba9b6a6135c8255f5eae803d59f.zip |
app-editors/neovim initial commit, ebuild by me
-rw-r--r-- | app-editors/neovim/neovim-9999.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
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" |