aboutsummaryrefslogtreecommitdiff
blob: 1988df167da2496b9be893d56e137338083cdc4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

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 )