20 lines
633 B
Bash
20 lines
633 B
Bash
# Template file for 'mathcomp'
|
|
pkgname=mathcomp
|
|
version=1.15.0
|
|
revision=3
|
|
build_wrksrc="mathcomp"
|
|
build_style=gnu-makefile
|
|
hostmakedepends="coq ocaml-findlib"
|
|
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=33105615c937ae1661e12e9bc00e0dbad143c317a6ab78b1a15e1d28339d2d95
|
|
nocross="ocaml"
|
|
|
|
do_install() {
|
|
make install DESTDIR="${DESTDIR}" 'COQLIB:=$(shell coqtop -where)/'
|
|
vlicense ../CeCILL-B
|
|
}
|