app-vim/dracula - 2.0.0 (guru)

Search

Install

Install this version:

emerge -a =app-vim/dracula-2.0.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-vim/dracula-2.0.0

Or alternatively:

emerge --autounmask-write -a =app-vim/dracula-2.0.0

Package Information

Description:
Dark theme for Vim
Homepage:
https://draculatheme.com/vim
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
2.0.0 8 ~amd64
View Raw Ebuild
# 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
}

Inherited Eclasses

Manifest for 2.0.0

Type File Size Source URLs
DIST dracula-2.0.0-vim.tar.gz 12112 bytes https://github.com/dracula/vim/archive/refs/tags/v2.0.0.tar.gz