void-packages/srcpkgs/coq/template
2019-10-26 21:32:06 +02:00

25 lines
555 B
Bash

# Template file for 'coq'
pkgname=coq
version=8.10.1
revision=1
hostmakedepends="ocaml ocaml-findlib ocaml-num camlp5"
short_desc="Proof assistant written in OCaml"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="LGPL-2.1-only"
homepage="https://coq.inria.fr"
distfiles="https://github.com/coq/coq/archive/V${version}.tar.gz"
checksum=f8eb889c4974b89db1303b22382b2de4116ede1db673afefc67e3abff8955612
nopie=yes
nocross=yes
do_configure() {
./configure -prefix ${DESTDIR}/usr -coqide no
}
do_build() {
make PR_O=
}
do_install() {
make install
}