mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
app-vim/themis: initial import
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
1
app-vim/themis/Manifest
Normal file
1
app-vim/themis/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST themis-1.5.5.tar.gz 54661 BLAKE2B bcd04d5134095c37369188b4e656ac8372a4d5acf351fb5748bb0ec027b2db4f32d26c68018b0691963df400f34ef7b4a39ca84f9400609313b5f61afef6869b SHA512 fc9169215a2213c42db7eb0548dd637ebf06c42ba287a980fa561e8c0f4dea3eee9f4b10c811d4dfebeeacb4bce1aea0d10872eff05b19316d3d4e9774fe6b32
|
||||
8
app-vim/themis/metadata.xml
Normal file
8
app-vim/themis/metadata.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>cyber+gentoo@sysrq.in</email>
|
||||
<name>Anna</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
33
app-vim/themis/themis-1.5.5.ebuild
Normal file
33
app-vim/themis/themis-1.5.5.ebuild
Normal file
@@ -0,0 +1,33 @@
|
||||
# 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_prepare() {
|
||||
default
|
||||
|
||||
}
|
||||
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user