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