app-vim/kotlin-vim: new package, add 20220627

Signed-off-by: bqv <bqv@fron.io>
This commit is contained in:
Tony Olagbaiye
2022-08-25 18:53:58 +01:00
parent 093af41198
commit e9c3151e4b
3 changed files with 31 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
#VIM_PLUGIN_VIM_VERSION="7.0"
inherit vim-plugin
DESCRIPTION="Kotlin plugin for Vim."
HOMEPAGE="https://github.com/udalov/kotlin-vim"
LICENSE="Apache-2.0"
KEYWORDS="~amd64 ~ppc64 ~x86"
SHA="1261f851e5fb2192b3a5e1691650597c71dfce2f"
SRC_URI="https://github.com/udalov/kotlin-vim/archive/${SHA}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${SHA}"
VIM_PLUGIN_HELPFILES="README.md"
VIM_PLUGIN_HELPURI="https://github.com/udalov/kotlin-vim"