20 lines
642 B
Bash
20 lines
642 B
Bash
# Template file for 'mathcomp'
|
|
pkgname=mathcomp
|
|
version=1.13.0
|
|
revision=1
|
|
wrksrc="math-comp-mathcomp-${version}"
|
|
build_wrksrc="mathcomp"
|
|
build_style=gnu-makefile
|
|
hostmakedepends="coq"
|
|
short_desc="Mathematical Components Library for the Coq proof assistant"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
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=4334e915736f96032e1d4d502e70537047220af1a1c7a6740f770e45601bdab0
|
|
|
|
do_install() {
|
|
make install DESTDIR="${DESTDIR}" 'COQLIB:=$(shell coqtop -where)/'
|
|
vlicense ../CeCILL-B
|
|
}
|