You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-vim/Vim-Jinja2-Syntax/Vim-Jinja2-Syntax-0.0_pre20...

16 lines
453 B

# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit vim-plugin
COMMIT_HASH="5d2496eb5fd4415c7ce062ccbcd53a3f0de93aa3"
DESCRIPTION="vim plugin: Jinja2 syntax highlighting"
HOMEPAGE="https://github.com/Glench/Vim-Jinja2-Syntax/"
SRC_URI="https://github.com/Glench/${PN}/archive/${COMMIT_HASH}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${COMMIT_HASH}"
LICENSE="BSD"
KEYWORDS="~amd64 ~x86"