mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 19:02:57 +02:00
opam: update to 2.4.0
This commit is contained in:
parent
b606e4999b
commit
0a7e0220d9
1 changed files with 6 additions and 6 deletions
|
@ -1,20 +1,20 @@
|
|||
# Template file for 'opam'
|
||||
pkgname=opam
|
||||
version=2.3.0
|
||||
revision=2
|
||||
version=2.4.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--docdir=/usr/share/doc/${pkgname} --with-vendored-deps --with-mccs"
|
||||
make_build_args="all"
|
||||
make_check_target="tests"
|
||||
makedepends="curl ncurses-devel ocaml ocaml-findlib tar"
|
||||
depends="bubblewrap curl patch unzip"
|
||||
depends="bubblewrap curl unzip tar"
|
||||
makedepends="${depends} ncurses-devel ocaml ocaml-findlib"
|
||||
checkdepends="${depends} git rsync"
|
||||
short_desc="OCaml package manager"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
|
||||
homepage="https://opam.ocaml.org/"
|
||||
distfiles="https://github.com/ocaml/opam/archive/refs/tags/${version}.tar.gz"
|
||||
checksum=ee3e3c93c4420bd3e3be82dd0da40d7f3f82eaff5000d20fb1b00f1cd050a99a
|
||||
distfiles="https://github.com/ocaml/opam/releases/download/${version}/opam-full-${version}.tar.gz"
|
||||
checksum=119f41efb1192dad35f447fbf1c6202ffc331105e949d2980a75df8cb2c93282
|
||||
nocross=yes
|
||||
disable_parallel_build=yes
|
||||
make_check=ci-skip # uses bwrap
|
||||
|
|
Loading…
Add table
Reference in a new issue