You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-mathematics/coq-mathcomp/coq-mathcomp-1.15.0-r1.ebuild

24 lines
603 B

# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Mathematical Components for the Coq proof assistant"
HOMEPAGE="https://github.com/math-comp/math-comp/"
SRC_URI="https://github.com/math-comp/math-comp/archive/mathcomp-${PV}.tar.gz
-> ${P}.tar.gz"
S="${WORKDIR}"/math-comp-mathcomp-${PV}/mathcomp
LICENSE="CeCILL-B"
SLOT="0/${PV}"
KEYWORDS="~amd64"
RDEPEND="
dev-lang/ocaml:=
>=sci-mathematics/coq-8.16.0:=
"
DEPEND="${RDEPEND}"
# Do not complain about CFLAGS etc since ML projects do not use them.
QA_FLAGS_IGNORED='.*'