mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 21:13:27 -04:00
app-vim/vala-syntax: new package, add 20200502
Signed-off-by: Tony Olagbaiye <bqv@fron.io>
This commit is contained in:
1
app-vim/vala-syntax/Manifest
Normal file
1
app-vim/vala-syntax/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST vala-syntax-20200502.tar.gz 22116 BLAKE2B 0030f8b19166a7bd8833f594d4ac26e705f45e5022bd3c91023a6b5e6faa7f46bebb57420cb91605b94b0995f2828a25f29d4619362d0929758b444da5787f4c SHA512 4521ab8042bf654189ea87a31b2c1a9214dca759bce58f659735b4da362ab2f49796ee0798534f7c6a52c3198fc106e62a4a4bcf49dd80509494384f016d5069
|
||||
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