24 lines
531 B
Bash
24 lines
531 B
Bash
pkgname=coq
|
|
version=8.7.2
|
|
revision=1
|
|
hostmakedepends="ocaml ocaml-findlib ocaml-num camlp5"
|
|
short_desc="Proof assistant written in OCaml"
|
|
maintainer="Némo Fournier <nemo@epicea.xyz>"
|
|
license="LGPL-2.1"
|
|
homepage="https://coq.inria.fr"
|
|
distfiles="${homepage}/distrib/V${version}/files/${pkgname}-${version}.tar.gz"
|
|
checksum=ef25c3979f69b891d40a8776b96059229b06de3d037923de9c657faf8ede78d2
|
|
nopie=yes
|
|
nocross=yes
|
|
|
|
do_configure() {
|
|
./configure -prefix ${DESTDIR}/usr -coqide no
|
|
}
|
|
|
|
do_build() {
|
|
make
|
|
}
|
|
|
|
do_install() {
|
|
make install
|
|
}
|