25 lines
555 B
Bash
25 lines
555 B
Bash
# Template file for 'coq'
|
|
pkgname=coq
|
|
version=8.10.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=f8eb889c4974b89db1303b22382b2de4116ede1db673afefc67e3abff8955612
|
|
nopie=yes
|
|
nocross=yes
|
|
|
|
do_configure() {
|
|
./configure -prefix ${DESTDIR}/usr -coqide no
|
|
}
|
|
|
|
do_build() {
|
|
make PR_O=
|
|
}
|
|
|
|
do_install() {
|
|
make install
|
|
}
|