void-packages/srcpkgs/coq/template
2019-08-10 16:57:23 +02:00

24 lines
523 B
Bash

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