summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2017-11-09 23:46:20 +0100
committerPatrice Clement <monsieurp@gentoo.org>2017-11-10 00:07:37 +0100
commitc5809af7541a1d38e5bc152cacce0180ef675842 (patch)
tree6d4992fcab24d0aa92de0e6a0ca45cdeea9a5c0b /app-vim/molokai/molokai-0.1_p20151115.ebuild
parentmedia-tv/v4l-dvb-saa716x: Shorten DESCRIPTION, fix HOMEPAGE (diff)
downloadgentoo-c5809af7541a1d38e5bc152cacce0180ef675842.tar.gz
gentoo-c5809af7541a1d38e5bc152cacce0180ef675842.tar.bz2
gentoo-c5809af7541a1d38e5bc152cacce0180ef675842.zip
app-vim/molokai: new ebuild.
Molokai is a Vim colour scheme. Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'app-vim/molokai/molokai-0.1_p20151115.ebuild')
-rw-r--r--app-vim/molokai/molokai-0.1_p20151115.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/app-vim/molokai/molokai-0.1_p20151115.ebuild b/app-vim/molokai/molokai-0.1_p20151115.ebuild
new file mode 100644
index 000000000000..eb7b16b1b275
--- /dev/null
+++ b/app-vim/molokai/molokai-0.1_p20151115.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vim-plugin
+
+COMMIT="c67bdfcdb31415aa0ade7f8c003261700a885476"
+
+DESCRIPTION="vim plugin: molokai color scheme"
+
+HOMEPAGE="https://github.com/tomasr/molokai"
+SRC_URI="https://github.com/tomasr/molokai/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="vim"
+KEYWORDS="~amd64 ~x86"
+
+S="${WORKDIR}/molokai-${COMMIT}"