void-packages/srcpkgs/coq/template
2019-10-08 11:50:10 +02:00

25 lines
555 B
Bash

# Template file for 'coq'
pkgname=coq
version=8.10.0
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=292c64162620c4c4825c323c1c71762d764ebc9ce39bd8eee900851eaca655f5
nopie=yes
nocross=yes
do_configure() {
./configure -prefix ${DESTDIR}/usr -coqide no
}
do_build() {
make PR_O=
}
do_install() {
make install
}