mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
opam: rebuild for ocaml-5.1.1.
This commit is contained in:
parent
8d19f1813a
commit
78cdb144c0
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'opam'
|
# Template file for 'opam'
|
||||||
pkgname=opam
|
pkgname=opam
|
||||||
version=2.1.5
|
version=2.1.5
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--docdir=/usr/share/doc/${pkgname}"
|
configure_args="--docdir=/usr/share/doc/${pkgname}"
|
||||||
make_build_args="lib-ext all"
|
make_build_args="lib-ext all"
|
||||||
|
@ -13,7 +13,7 @@ short_desc="OCaml package manager"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="LGPL-3.0-only"
|
license="LGPL-3.0-only"
|
||||||
homepage="https://opam.ocaml.org/"
|
homepage="https://opam.ocaml.org/"
|
||||||
distfiles="https://github.com/ocaml/${pkgname}/archive/${version}.tar.gz"
|
distfiles="https://github.com/ocaml/opam/archive/${version}.tar.gz"
|
||||||
checksum=2eb2a21f4d64d1eb2eece2e8d28678be823d3f6846c28fc0fbd5645738fe0f81
|
checksum=2eb2a21f4d64d1eb2eece2e8d28678be823d3f6846c28fc0fbd5645738fe0f81
|
||||||
nocross=yes
|
nocross=yes
|
||||||
disable_parallel_build=yes
|
disable_parallel_build=yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue