# Template file for 'mathcomp' pkgname=mathcomp version=1.11.0 revision=3 wrksrc="math-comp-mathcomp-${version}" build_wrksrc="mathcomp" build_style=gnu-makefile hostmakedepends="coq" short_desc="The Mathematical Components Library for the Coq proof assistant" maintainer="Leah Neukirchen " license="CeCILL-B" homepage="https://github.com/math-comp/math-comp" distfiles="https://github.com/math-comp/math-comp/archive/${pkgname}-${version}.tar.gz" checksum=b16108320f77d15dd19ecc5aad90775b576edfa50c971682a1a439f6d364fef6 nocross=yes do_install() { make install DESTDIR="${DESTDIR}" 'COQLIB:=$(shell coqtop -where)/' vlicense ../CeCILL-B }