diff options
author | 2018-04-11 09:36:12 -0700 | |
---|---|---|
committer | 2018-04-11 09:36:12 -0700 | |
commit | 58cabd113af5a2c7d00814e9cce897b489b2f527 (patch) | |
tree | ad50cc78046fdcb53996ab79cd8d6765711ccd2b /app-editors | |
parent | bump Rust to 1.25 (diff) | |
download | rust-58cabd113af5a2c7d00814e9cce897b489b2f527.tar.gz rust-58cabd113af5a2c7d00814e9cce897b489b2f527.tar.bz2 rust-58cabd113af5a2c7d00814e9cce897b489b2f527.zip |
Add neovim-gtk package
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/neovim-gtk/neovim-gtk-9999.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/app-editors/neovim-gtk/neovim-gtk-9999.ebuild b/app-editors/neovim-gtk/neovim-gtk-9999.ebuild new file mode 100644 index 0000000..915db00 --- /dev/null +++ b/app-editors/neovim-gtk/neovim-gtk-9999.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cargo git-r3 + +DESCRIPTION="GTK UI for Neovim" +HOMEPAGE="" +SRC_URI="" + +LICENSE="GPL3" +SLOT="0" +KEYWORDS="" +IUSE="" + +EGIT_REPO_URI="https://github.com/daa84/neovim-gtk.git" + +RDEPEND=" + app-editors/neovim + x11-libs/gtk+:3 + x11-libs/vte:2.91 + " +DEPEND="${DEPEND} + virtual/rust:* + dev-util/cargo"
\ No newline at end of file |