Files
guru/dev-ml/inotify/inotify-2.3_p20211118.ebuild
Alessandro Barbieri 425e787971 dev-ml/inotify: update HOMEPAGE
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
2022-04-21 02:03:27 +02:00

35 lines
713 B
Bash

# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit dune
COMMIT="b340204c72ae3ff27def6e116c1998485fc3227e"
MYPN="ocaml-${PN}"
DESCRIPTION="OCaml bindings for inotify"
HOMEPAGE="
https://github.com/whitequark/ocaml-inotify
https://opam.ocaml.org/packages/inotify/
"
SRC_URI="https://github.com/whitequark/${MYPN}/archive/${COMMIT}.tar.gz -> ${PF}.tar.gz"
S="${WORKDIR}/${MYPN}-${COMMIT}"
LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="ocamlopt test"
RDEPEND="dev-lang/ocaml:=[ocamlopt?]"
DEPEND="
${RDEPEND}
test? (
dev-ml/ounit2
dev-ml/ocaml-fileutils
dev-ml/lwt
)
"
RESTRICT="!test? ( test )"