mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-13 17:13:00 -04:00
app-vim/python-syntax: initial import
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
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