mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 03:53:22 -04:00
dev-ml/jsonrpc: new package, add 1.18.0
Signed-off-by: Hiroki Tokunaga <tokusan441@gmail.com>
This commit is contained in:
28
dev-ml/jsonrpc/jsonrpc-1.18.0.ebuild
Normal file
28
dev-ml/jsonrpc/jsonrpc-1.18.0.ebuild
Normal file
@@ -0,0 +1,28 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit dune
|
||||
|
||||
DESCRIPTION="Jsonrpc protocol implemenation"
|
||||
HOMEPAGE="
|
||||
https://opam.ocaml.org/packages/jsonrpc/
|
||||
https://github.com/ocaml/ocaml-lsp
|
||||
"
|
||||
SRC_URI="https://github.com/ocaml/ocaml-lsp/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
S="${WORKDIR}/ocaml-lsp-${PV}"
|
||||
|
||||
LICENSE="ISC"
|
||||
|
||||
SLOT="0/${PV}"
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="ocamlopt"
|
||||
|
||||
RESTRICT="test"
|
||||
|
||||
src_compile() {
|
||||
dune-compile jsonrpc
|
||||
}
|
||||
Reference in New Issue
Block a user