33f6935888
Adopted.
24 lines
517 B
Bash
24 lines
517 B
Bash
pkgname=coq
|
|
version=8.8.2
|
|
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"
|
|
homepage="https://coq.inria.fr"
|
|
distfiles="https://github.com/coq/coq/archive/V${version}.tar.gz"
|
|
checksum=f9f843b21fda18195fbf80c706bce8ac70ccb43cbd82f6916747dc6c22d05044
|
|
nopie=yes
|
|
nocross=yes
|
|
|
|
do_configure() {
|
|
./configure -prefix ${DESTDIR}/usr -coqide no
|
|
}
|
|
|
|
do_build() {
|
|
make
|
|
}
|
|
|
|
do_install() {
|
|
make install
|
|
}
|