# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit dune MYPV=${PV/_/-} TagId=Geneweb-1eaac340 DESCRIPTION="Genealogy software program with a Web interface" HOMEPAGE="https://github.com/geneweb/geneweb" SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/v${MYPV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}"/${PN}-${MYPV} LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="+ocamlopt test" RESTRICT="strip !test? ( test )" DEPEND=" acct-group/geneweb acct-user/geneweb dev-ml/calendars:= >=dev-ml/camlp5-8:=[ocamlopt?]