guru/dev-ml/fd-send-recv/fd-send-recv-2.0.1.ebuild
Alessandro Barbieri 7e9d204660
dev-ml/fd-send-recv: update HOMEPAGE
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
2022-04-20 23:56:59 +02:00

27 lines
634 B
Bash

# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
MYPN="ocaml-${PN}"
inherit dune
DESCRIPTION="Send and receive Unix.file_descrs over Unix domain sockets"
HOMEPAGE="
https://github.com/xapi-project/ocaml-fd-send-recv
https://opam.ocaml.org/packages/fd-send-recv/
"
SRC_URI="https://github.com/xapi-project/${MYPN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MYPN}-${PV}"
LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="ocamlopt"
DEPEND="dev-ml/tuntap:="
RDEPEND="${DEPEND}"
RESTRICT="test" # tests require sudo