Skip to content

Commit

Permalink
app-vim/molokai: new ebuild.
Browse files Browse the repository at this point in the history
Molokai is a Vim colour scheme.

Package-Manager: Portage-2.3.8, Repoman-2.3.3
  • Loading branch information
monsieurp committed Nov 9, 2017
1 parent fb83dcb commit c5809af
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions app-vim/molokai/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST molokai-0.1_p20151115.tar.gz 3817 SHA256 692de2b63e9dec45b8fca13c7acc5e0326af90307457e49f4ff8772c85feaa8c SHA512 8ba5821dfae8c723185999d038142b2061b01ec8c9c6340fd082bac0bdf78d2fcc21a8e3103f20b58bc60c38ed62966376903e85f5b9b49947d38c8c34d14908 WHIRLPOOL 48f9b3272d40de3523b59efd76d3ddac83869a77e73790392df165b07549d04300985d5fa7968825e10a00f62d93b1060a94bddf7ba1ee3ceafa12d6e1722d75
11 changes: 11 additions & 0 deletions app-vim/molokai/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>[email protected]</email>
<name>Gentoo Vim Project</name>
</maintainer>
<upstream>
<remote-id type="github">tomasr/molokai</remote-id>
</upstream>
</pkgmetadata>
18 changes: 18 additions & 0 deletions app-vim/molokai/molokai-0.1_p20151115.ebuild
Original file line number Diff line number Diff line change
@@ -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}"

0 comments on commit c5809af

Please sign in to comment.