diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2021-11-07 12:39:27 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2021-11-07 13:17:58 +0100 |
commit | e2a0e7361b9080cb23eec65400360aeee8722e3c (patch) | |
tree | 902637f5670fda7bffd0b801efa63dad0a0498d5 /dev-ml | |
parent | sys-apps/dbus-broker: unkeyword for riscv (diff) | |
download | gentoo-e2a0e7361b9080cb23eec65400360aeee8722e3c.tar.gz gentoo-e2a0e7361b9080cb23eec65400360aeee8722e3c.tar.bz2 gentoo-e2a0e7361b9080cb23eec65400360aeee8722e3c.zip |
dev-ml/luv: new package
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/luv/Manifest | 1 | ||||
-rw-r--r-- | dev-ml/luv/luv-0.5.10.ebuild | 19 | ||||
-rw-r--r-- | dev-ml/luv/metadata.xml | 11 |
3 files changed, 31 insertions, 0 deletions
diff --git a/dev-ml/luv/Manifest b/dev-ml/luv/Manifest new file mode 100644 index 000000000000..7bbd67264ac1 --- /dev/null +++ b/dev-ml/luv/Manifest @@ -0,0 +1 @@ +DIST luv-0.5.10.tar.gz 805333 BLAKE2B 23edd2bc870a2886e560d330d9a20b205a77ea7bc8ed631e00e43819474eeb75246b407113b59ed9c5f74462ad5f721338ac5a157a1fe0e443abf9ff88771089 SHA512 c50a0def366944b4ef6038503ecefe75d8e45f542311198531f01a355675c08b00370480141b455616429a883c3232d34628e6a67846db5864a1b0eabfe6311f diff --git a/dev-ml/luv/luv-0.5.10.ebuild b/dev-ml/luv/luv-0.5.10.ebuild new file mode 100644 index 000000000000..a30ace7876a3 --- /dev/null +++ b/dev-ml/luv/luv-0.5.10.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit dune + +DESCRIPTION="Binding to libuv: cross-platform asynchronous I/O" +SRC_URI="https://github.com/aantron/${PN}/releases/download/${PV}/${P}.tar.gz" +HOMEPAGE="https://github.com/aantron/luv" + +SLOT="0/${PV}" +LICENSE="MIT" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" +IUSE="+ocamlopt" + +RDEPEND="dev-ml/ocaml-ctypes" +DEPEND="${RDEPEND}" +BDEPEND="" diff --git a/dev-ml/luv/metadata.xml b/dev-ml/luv/metadata.xml new file mode 100644 index 000000000000..60a30bc851c9 --- /dev/null +++ b/dev-ml/luv/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>ml@gentoo.org</email> + <name>ML</name> + </maintainer> + <upstream> + <remote-id type="github">aantron/luv</remote-id> + </upstream> +</pkgmetadata> |