Files
gentoo/dev-ml/calendars/calendars-2.0.0.ebuild
Thomas Bracht Laumann Jespersen 5697e43c91 dev-ml/calendars: add 2.0.0
License is changed (or clarified?) to GPL-2 only. The test framework is
switched from ounit to alcotest.

Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
Part-of: https://codeberg.org/gentoo/gentoo/pulls/356
Merges: https://codeberg.org/gentoo/gentoo/pulls/356
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
2026-03-18 17:40:58 +01:00

19 lines
479 B
Bash

# Copyright 2019-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit dune
DESCRIPTION="Convert dates between gregorian/julian/french/hebrew calendars"
HOMEPAGE="https://github.com/geneweb/calendars"
SRC_URI="https://github.com/geneweb/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm64 ~x86"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"
DEPEND="test? ( dev-ml/alcotest )"