mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
dev-util/vala-language-server: add 0.48.7, drop 0.48.4
Signed-off-by: Dale Sweeney <agooglygooglr@gmail.com>
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
# Copyright 2026 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"
|
||||
IUSE="debug-mem test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DEPEND="dev-lang/vala
|
||||
dev-libs/jsonrpc-glib[vala]
|
||||
dev-libs/gobject-introspection
|
||||
dev-libs/json-glib
|
||||
dev-libs/libgee
|
||||
dev-libs/glib"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_configure() {
|
||||
local emesonargs=(
|
||||
$(meson_use debug-mem debug_mem)
|
||||
$(meson_use test tests)
|
||||
)
|
||||
meson_src_configure
|
||||
}
|
||||
Reference in New Issue
Block a user