diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-06-07 10:33:57 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-06-07 10:35:19 +0000 |
commit | d9f40ccbfe7bc749ebb91cdb7981ba6704ef4850 (patch) | |
tree | 30ea826892860edd3318c814af5022c96afc2fb1 /app-vim/zenburn/zenburn-2.25.ebuild | |
parent | app-vim/vim-flake8: LICENSE is BSD. (diff) | |
download | gentoo-d9f40ccbfe7bc749ebb91cdb7981ba6704ef4850.tar.gz gentoo-d9f40ccbfe7bc749ebb91cdb7981ba6704ef4850.tar.bz2 gentoo-d9f40ccbfe7bc749ebb91cdb7981ba6704ef4850.zip |
app-vim/zenburn: Add colourscheme for vim.
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-vim/zenburn/zenburn-2.25.ebuild')
-rw-r--r-- | app-vim/zenburn/zenburn-2.25.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/app-vim/zenburn/zenburn-2.25.ebuild b/app-vim/zenburn/zenburn-2.25.ebuild new file mode 100644 index 000000000000..cb46827acc2f --- /dev/null +++ b/app-vim/zenburn/zenburn-2.25.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit vim-plugin + +MY_PN="Zenburn" + +DESCRIPTION="Low-contrast color scheme for Vim" +HOMEPAGE="https://github.com/jnurmine/Zenburn" +SRC_URI="https://github.com/jnurmine/${MY_PN}/archive/v${PV}.zip -> ${P}.zip" +LICENSE="GPL-1" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" + +DEPEND="app-arch/unzip" + +S="${WORKDIR}/${MY_PN}-${PV}" |