summaryrefslogtreecommitdiff
path: root/app-vim/llvm-vim/llvm-vim-9999.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-01-29 18:27:44 +0100
committerMichał Górny <mgorny@gentoo.org>2017-02-15 13:47:14 +0100
commit123cfb851350f93bcb4d22070d929640f84a3df7 (patch)
tree08cc5f9ad633f5ccd20b184724937898fc35bb37 /app-vim/llvm-vim/llvm-vim-9999.ebuild
parentdf501afc7985a0f02ddf3f8931da1820a794a9df (diff)
downloadgentoo-123cfb851350f93bcb4d22070d929640f84a3df7.tar.gz
gentoo-123cfb851350f93bcb4d22070d929640f84a3df7.tar.bz2
gentoo-123cfb851350f93bcb4d22070d929640f84a3df7.zip
app-vim/llvm-vim: Add a split package for LLVM vim support
Diffstat (limited to 'app-vim/llvm-vim/llvm-vim-9999.ebuild')
-rw-r--r--app-vim/llvm-vim/llvm-vim-9999.ebuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/app-vim/llvm-vim/llvm-vim-9999.ebuild b/app-vim/llvm-vim/llvm-vim-9999.ebuild
new file mode 100644
index 000000000000..8d0fc67d3c66
--- /dev/null
+++ b/app-vim/llvm-vim/llvm-vim-9999.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit git-r3
+
+DESCRIPTION="Vim support files for LLVM"
+HOMEPAGE="http://llvm.org/"
+SRC_URI=""
+EGIT_REPO_URI="http://llvm.org/git/llvm.git
+ https://github.com/llvm-mirror/llvm.git"
+
+LICENSE="UoI-NCSA"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+RDEPEND="!sys-devel/llvm:0"
+
+S=${WORKDIR}/${P}/utils/vim
+
+src_install() {
+ insinto /usr/share/vim/vimfiles
+ doins -r */
+ # some users may find it useful
+ dodoc README vimrc
+}