2017-10-14 21:19:37 +02:00
|
|
|
pkgname=coq
|
2018-04-24 16:18:16 +02:00
|
|
|
version=8.8.0
|
2017-12-20 01:42:42 +01:00
|
|
|
revision=1
|
2017-11-05 17:19:03 +01:00
|
|
|
hostmakedepends="ocaml ocaml-findlib ocaml-num camlp5"
|
2017-10-14 21:19:37 +02:00
|
|
|
short_desc="Proof assistant written in OCaml"
|
|
|
|
maintainer="Némo Fournier <nemo@epicea.xyz>"
|
|
|
|
license="LGPL-2.1"
|
|
|
|
homepage="https://coq.inria.fr"
|
2018-04-24 16:18:16 +02:00
|
|
|
distfiles="https://github.com/coq/coq/archive/V${version}.tar.gz"
|
|
|
|
checksum=caf7c1d39e68e0e41ed92be1d57c88983fb12edb9fa95667a5ad2d6aba98263d
|
2017-10-14 21:19:37 +02:00
|
|
|
nopie=yes
|
|
|
|
nocross=yes
|
|
|
|
|
|
|
|
do_configure() {
|
|
|
|
./configure -prefix ${DESTDIR}/usr -coqide no
|
|
|
|
}
|
|
|
|
|
|
|
|
do_build() {
|
|
|
|
make
|
|
|
|
}
|
|
|
|
|
|
|
|
do_install() {
|
|
|
|
make install
|
|
|
|
}
|