mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
opam: drop runtime-dependency on ocaml, opam init --comp=4.02.1 bootstraps without system ocaml
This commit is contained in:
parent
45677455b1
commit
fb407f87a4
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'opam'
|
# Template file for 'opam'
|
||||||
pkgname=opam
|
pkgname=opam
|
||||||
version=1.2.0
|
version=1.2.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
disable_parallel_build=yes
|
disable_parallel_build=yes
|
||||||
make_build_args="lib-ext all"
|
make_build_args="lib-ext all"
|
||||||
depends="ocaml curl patch"
|
depends="curl patch"
|
||||||
makedepends="ncurses-devel ocaml curl"
|
makedepends="ncurses-devel ocaml curl"
|
||||||
short_desc="OCaml package manager"
|
short_desc="OCaml package manager"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue