mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
coq: install coqide-server
This commit is contained in:
parent
4e1168a69b
commit
93d5c07706
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue