mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
dune: update to 3.7.1.
This commit is contained in:
parent
775c1524e1
commit
cd782a8a99
1 changed files with 5 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'dune'
|
# Template file for 'dune'
|
||||||
pkgname=dune
|
pkgname=dune
|
||||||
version=3.6.1
|
version=3.7.1
|
||||||
revision=1
|
revision=1
|
||||||
makedepends="ocaml"
|
makedepends="ocaml"
|
||||||
depends="ocaml"
|
depends="ocaml"
|
||||||
|
@ -8,12 +8,14 @@ short_desc="Composable build system for OCaml"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://dune.build/"
|
homepage="https://dune.build/"
|
||||||
|
changelog="https://raw.githubusercontent.com/ocaml/dune/main/CHANGES.md"
|
||||||
distfiles="https://github.com/ocaml/dune/archive/refs/tags/${version}.tar.gz"
|
distfiles="https://github.com/ocaml/dune/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=89eb18ff7d3808812e9422b36713336cabc2bd48e875621facee1307ff082f6a
|
checksum=9ddc1dae09e7be6d0bf22b7d1584d95a1b3d4f5d1bae1d4095dc4e1833fa86b2
|
||||||
nocross="ocaml"
|
nocross="ocaml"
|
||||||
|
|
||||||
_dune_release_pkgs="dune dune-build-info dune-configurator
|
_dune_release_pkgs="dune dune-build-info dune-configurator
|
||||||
dune-glob dune-private-libs dune-site dyn stdune ordering xdg fiber"
|
dune-glob dune-private-libs dune-site dyn stdune ordering xdg
|
||||||
|
chrome-trace ocamlc-loc"
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
./configure --libdir=/usr/lib/ocaml --mandir=/usr/share/man
|
./configure --libdir=/usr/lib/ocaml --mandir=/usr/share/man
|
||||||
|
|
Loading…
Add table
Reference in a new issue