mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-23 05:53:12 -04:00
app-vim/vala-syntax: new package, add 20200502
Signed-off-by: Tony Olagbaiye <bqv@fron.io>
This commit is contained in:
16
app-vim/vala-syntax/vala-syntax-20200502.ebuild
Normal file
16
app-vim/vala-syntax/vala-syntax-20200502.ebuild
Normal 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"
|
||||
Reference in New Issue
Block a user