app-vim/vala-syntax: new package, add 20200502

Signed-off-by: Tony Olagbaiye <bqv@fron.io>
This commit is contained in:
Tony Olagbaiye
2023-04-22 22:44:12 +01:00
parent 4452b42b29
commit 69fef34f78
2 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST vala-syntax-20200502.tar.gz 22116 BLAKE2B 0030f8b19166a7bd8833f594d4ac26e705f45e5022bd3c91023a6b5e6faa7f46bebb57420cb91605b94b0995f2828a25f29d4619362d0929758b444da5787f4c SHA512 4521ab8042bf654189ea87a31b2c1a9214dca759bce58f659735b4da362ab2f49796ee0798534f7c6a52c3198fc106e62a4a4bcf49dd80509494384f016d5069

View File

@@ -0,0 +1,16 @@
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit vim-plugin
MY_PN="vala.vim"
COMMIT="ce569e187bf8f9b506692ef08c10b584595f8e2d"
DESCRIPTION="vim plugin: vala language support"
HOMEPAGE="https://github.com/vala-lang/vala.vim https://wiki.gnome.org/Projects/Vala/Vim"
SRC_URI="https://github.com/vala-lang/${MY_PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${COMMIT}"
LICENSE="GPL-3"
KEYWORDS="~amd64"