dev-util/vala-language-server: new package, add 0.48.4

Signed-off-by: Tony Olagbaiye <bqv@fron.io>
This commit is contained in:
Tony Olagbaiye
2022-06-01 01:57:27 +01:00
parent 9fb602a404
commit 7d88c34a1a
2 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST vala-language-server-0.48.4.tar.gz 874057 BLAKE2B 37d38503bc6c61d9af3706f816b6667de3c4a905d0e5a3673a8b57da36ed004db7cf476fd6abf9350e7b7de8e7387475aa5d7617937b7aa8a91a0df73eb08863 SHA512 260030137e64597092eabd84eebc0e2bbf93e76af1379e7ba824765fa16ecafa2610ddb20789345a367cecf83e4060c1c4d1efdf11d5925f8a086f4a23b4bcfa

View File

@@ -0,0 +1,34 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson
DESCRIPTION="Code Intelligence for Vala & Genie"
HOMEPAGE="https://github.com/vala-lang/vala-language-server"
SRC_URI="https://github.com/vala-lang/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug_mem plugins test"
DEPEND="dev-lang/vala
dev-util/gnome-builder
dev-libs/jsonrpc-glib[vala]
dev-libs/gobject-introspection
dev-libs/json-glib
dev-libs/libgee
dev-libs/glib"
RDEPEND="${DEPEND}"
BDEPEND=""
src_configure() {
local emesonargs=(
$(meson_use debug_mem)
$(meson_use plugins)
$(meson_use test tests)
)
meson_src_configure
}