guru/app-vim/dracula/dracula-2.0.0.ebuild
Anna (cybertailor) Vyalkova 5973cd47c0
app-vim/dracula: update EAPI 7 -> 8
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2022-05-30 22:46:29 +05:00

24 lines
497 B
Bash

# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit vim-plugin
DESCRIPTION="Dark theme for Vim"
HOMEPAGE="https://draculatheme.com/vim"
SRC_URI="https://github.com/${PN}/vim/archive/refs/tags/v${PV}.tar.gz -> ${P}-vim.tar.gz"
S="${WORKDIR}/vim-${PV}"
LICENSE="MIT"
KEYWORDS="~amd64"
VIM_PLUGIN_HELPFILES="dracula"
src_prepare() {
vim-plugin_src_prepare
# collision with app-vim/airline-themes
rm -r autoload/airline || die
}