Files
guru/dev-ml/domain-name/domain-name-0.4.0.ebuild
Alessandro Barbieri c5714c614b dev-ml/domain-name: fix tests
Closes: https://bugs.gentoo.org/836822
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
2022-04-15 22:34:13 +02:00

24 lines
464 B
Bash

# Copyright 2019-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit dune
DESCRIPTION="RFC 1035 Internet domain names"
HOMEPAGE="https://github.com/hannesm/domain-name"
SRC_URI="https://github.com/hannesm/domain-name/releases/download/v${PV}/${P}.tbz"
LICENSE="ISC"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="ocamlopt test"
RESTRICT="!test? ( test )"
RDEPEND=""
DEPEND="
${RDEPEND}
test? ( dev-ml/alcotest )
"