mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 01:23:23 -04:00
app-vim/python-syntax: initial import
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
1
app-vim/python-syntax/Manifest
Normal file
1
app-vim/python-syntax/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST python-syntax-20201215.tar.gz 9734 BLAKE2B df6b33b3df6cb14873e3fc187fc98fcf0233b15ebddc755a5fd462d04c2ef5c4f35f3d73ef25ecd195f50e66ee07f5642c6c653be487c21f81d409bb08545cac SHA512 aac295b292278ac5b6ab65e81ee375f2bdb03342a342108dc0115f8482cea7291741f64103b32ed8873ad1717b5138a572cce74447af474634317c9f87181f6a
|
||||
8
app-vim/python-syntax/metadata.xml
Normal file
8
app-vim/python-syntax/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>
|
||||
26
app-vim/python-syntax/python-syntax-20201215.ebuild
Normal file
26
app-vim/python-syntax/python-syntax-20201215.ebuild
Normal file
@@ -0,0 +1,26 @@
|
||||
# Copyright 2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit vim-plugin
|
||||
|
||||
COMMIT="2cc00ba72929ea5f9456a26782db57fb4cc56a65"
|
||||
DESCRIPTION="vim plugin: Enhanced Python syntax highlighting"
|
||||
HOMEPAGE="https://github.com/vim-python/python-syntax"
|
||||
SRC_URI="https://github.com/vim-python/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${PN}-${COMMIT}"
|
||||
|
||||
LICENSE="MIT"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
VIM_PLUGIN_HELPFILES="python-syntax.txt"
|
||||
DOCS=( AUTHORS README.md )
|
||||
|
||||
src_install() {
|
||||
einstalldocs
|
||||
|
||||
insinto /usr/share/vim/vimfiles/
|
||||
doins -r doc
|
||||
doins -r syntax
|
||||
}
|
||||
Reference in New Issue
Block a user