# Template file for 'mathcomp' pkgname=mathcomp version=1.9.0 revision=5 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=fe3d157a4db7e96f39212f76e701a7fc1e3f125c54b8c38f06a6a387eda61c96 nocross=yes do_install() { make install DESTDIR="${DESTDIR}" 'COQLIB:=$(shell coqtop -where)/' vlicense ../CeCILL-B }