coq: install coqide-server
This commit is contained in:
parent
4e1168a69b
commit
93d5c07706
@ -1,7 +1,7 @@
|
|||||||
# Template file for 'coq'
|
# Template file for 'coq'
|
||||||
pkgname=coq
|
pkgname=coq
|
||||||
version=8.19.2
|
version=8.19.2
|
||||||
revision=1
|
revision=2
|
||||||
hostmakedepends="dune ocaml ocaml-findlib ocaml-num ocaml-zarith"
|
hostmakedepends="dune ocaml ocaml-findlib ocaml-num ocaml-zarith"
|
||||||
depends="ocaml-findlib"
|
depends="ocaml-findlib"
|
||||||
checkdepends="python3 rsync time"
|
checkdepends="python3 rsync time"
|
||||||
@ -33,7 +33,7 @@ do_build() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
dune install coq-core coq-stdlib --prefix=/usr --destdir="$DESTDIR" \
|
dune install coq-core coq-stdlib coqide-server --prefix=/usr --destdir="$DESTDIR" \
|
||||||
--mandir=/usr/share/man --docdir=/usr/share/doc
|
--mandir=/usr/share/man --docdir=/usr/share/doc
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user