summaryrefslogtreecommitdiff
path: root/dev-ml/libvirt-ocaml/libvirt-ocaml-0.6.1.7.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ml/libvirt-ocaml/libvirt-ocaml-0.6.1.7.ebuild')
-rw-r--r--dev-ml/libvirt-ocaml/libvirt-ocaml-0.6.1.7.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-ml/libvirt-ocaml/libvirt-ocaml-0.6.1.7.ebuild b/dev-ml/libvirt-ocaml/libvirt-ocaml-0.6.1.7.ebuild
new file mode 100644
index 000000000000..1603a03f9e97
--- /dev/null
+++ b/dev-ml/libvirt-ocaml/libvirt-ocaml-0.6.1.7.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="OCaml language binding for libvirt native C API"
+HOMEPAGE="https://ocaml.libvirt.org/"
+SRC_URI="https://download.libvirt.org/ocaml/ocaml-libvirt-${PV}.tar.gz"
+
+S="${WORKDIR}/ocaml-libvirt-${PV}"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="app-emulation/libvirt
+ dev-lang/ocaml:=[ocamlopt]"
+BDEPEND="dev-lang/perl
+ dev-ml/findlib[ocamlopt]
+ virtual/pkgconfig"