You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-vim/airline-themes/airline-themes-9999.ebuild

17 lines
408 B

# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit vim-plugin git-r3
EGIT_REPO_URI="https://github.com/vim-airline/vim-airline-themes.git"
DESCRIPTION="vim plugin: a collection of themes for vim-airline"
HOMEPAGE="https://github.com/vim-airline/vim-airline-themes"
LICENSE="MIT"
IUSE=""
DEPEND="app-vim/airline"
RDEPEND="${DEPEND}"