mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
app-vim/tex-conceal: initial import
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
1
app-vim/tex-conceal/Manifest
Normal file
1
app-vim/tex-conceal/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST tex-conceal-20210409.tar.gz 1104236 BLAKE2B 8a31f0e2de9b10d4c759d937e2bdf347772c49c9aef8148b58cd32a8f6ee2bb420f41dd853d80df0c0294b092019ddcc649a1ec379819db901da5288905e1720 SHA512 07f15a5afbe6a9fa018022f3f24d3d14909ebfb2268c32309fd7992363438e10a86f2e569a55f25eeeda835d2ea123a9591724f2ff0263216a1fa551f4e29aeb
|
||||
8
app-vim/tex-conceal/metadata.xml
Normal file
8
app-vim/tex-conceal/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>
|
||||
25
app-vim/tex-conceal/tex-conceal-20210409.ebuild
Normal file
25
app-vim/tex-conceal/tex-conceal-20210409.ebuild
Normal file
@@ -0,0 +1,25 @@
|
||||
# Copyright 2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit vim-plugin
|
||||
|
||||
COMMIT="822712d80b4ad5bc5c241ab0a778ede812ec501f"
|
||||
DESCRIPTION="vim plugin: extends the Conceal feature for LaTeX"
|
||||
HOMEPAGE="https://github.com/KeitaNakamura/tex-conceal.vim"
|
||||
SRC_URI="https://github.com/KeitaNakamura/${PN}.vim/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${PN}.vim-${COMMIT}"
|
||||
|
||||
LICENSE="MIT"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
rm -r test || die
|
||||
|
||||
# avoid collision with app-vim/vimtex
|
||||
cd after/syntax || die
|
||||
mkdir tex || die
|
||||
mv tex.vim tex/${PN}.vim
|
||||
}
|
||||
Reference in New Issue
Block a user