app-vim/themis - 1.6.0 (guru)

Search

Install

Install this version:

emerge -a =app-vim/themis-1.6.0

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

autounmask =app-vim/themis-1.6.0

Or alternatively:

emerge --autounmask-write -a =app-vim/themis-1.6.0

Package Information

Description:
A testing framework for Vim script
Homepage:
https://github.com/thinca/vim-themis
License:
ZLIB

Ebuild Details

Version EAPI Keywords Slot
1.6.0 7 ~amd64 ~x86
View Raw Ebuild
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit vim-plugin

DESCRIPTION="A testing framework for Vim script"
HOMEPAGE="https://github.com/thinca/vim-themis"
SRC_URI="https://github.com/thinca/vim-${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/vim-${P}"

LICENSE="ZLIB"
KEYWORDS="~amd64 ~x86"

VIM_PLUGIN_HELPFILES="themis"

src_test() {
	bash ./bin/themis || die
}

src_install() {
	rm -r examples test || die
	vim-plugin_src_install

	dosym -r /usr/share/vim/vimfiles/bin/themis /usr/bin/themis
	fperms +x /usr/share/vim/vimfiles/bin/themis
}

Inherited Eclasses

Manifest for 1.6.0

Type File Size Source URLs
DIST themis-1.6.0.tar.gz 61475 bytes https://github.com/thinca/vim-themis/archive/refs/tags/v1.6.0.tar.gz