void-packages/srcpkgs/coq/template
2020-04-06 13:40:59 +02:00

30 lines
658 B
Bash

# Template file for 'coq'
pkgname=coq
version=8.11.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=994c9f5e0b1493c1682946f6154ef8853c9ddeb614902a7fa8403a3650d5377a
nopie=yes
nocross=yes
case "$XBPS_TARGET_MACHINE" in
ppc64*) ;;
ppc*) broken="R_PPC_REL24 relocation out of range";;
esac
do_configure() {
./configure -prefix ${DESTDIR}/usr -coqide no
}
do_build() {
make PR_O=
}
do_install() {
make install
}