From 5c0c70d5917e66743293789a6d6fd7d72250eb32 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 13 Jul 2022 07:36:05 +0100 Subject: gentoo auto-resync : 13:07:2022 - 07:36:05 --- dev-ml/gapi-ocaml/gapi-ocaml-0.4.2-r1.ebuild | 33 ++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 dev-ml/gapi-ocaml/gapi-ocaml-0.4.2-r1.ebuild (limited to 'dev-ml/gapi-ocaml/gapi-ocaml-0.4.2-r1.ebuild') diff --git a/dev-ml/gapi-ocaml/gapi-ocaml-0.4.2-r1.ebuild b/dev-ml/gapi-ocaml/gapi-ocaml-0.4.2-r1.ebuild new file mode 100644 index 000000000000..156be6ded14c --- /dev/null +++ b/dev-ml/gapi-ocaml/gapi-ocaml-0.4.2-r1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit dune findlib + +DESCRIPTION="A simple OCaml client for Google Services" +HOMEPAGE=" + https://opam.ocaml.org/packages/gapi-ocaml/ + https://github.com/astrada/gapi-ocaml +" + +SRC_URI="https://github.com/astrada/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="ocamlopt test" + +RDEPEND=" + dev-ml/ocurl:= + >=dev-ml/ocamlnet-4.1.4:= + dev-ml/cryptokit:= +