mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
dune: update to 3.2.0.
This commit is contained in:
parent
c442fe9e99
commit
60ec0484ae
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'dune'
|
||||
pkgname=dune
|
||||
version=3.1.1
|
||||
version=3.2.0
|
||||
revision=1
|
||||
makedepends="ocaml"
|
||||
depends="ocaml"
|
||||
|
@ -9,7 +9,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|||
license="MIT"
|
||||
homepage="https://dune.build/"
|
||||
distfiles="https://github.com/ocaml/dune/archive/refs/tags/${version}.tar.gz"
|
||||
checksum=176c7095b2fcb59ca5c8fba880cf32dd3010144e926b99fc01f7a89e973b895d
|
||||
checksum=34740f5ecbce83a17c0b0bae1a93b66184064aa27c08c4020163e567dc6de2d7
|
||||
nocross="ocaml"
|
||||
|
||||
_dune_release_pkgs="dune dune-action-plugin dune-build-info dune-configurator
|
||||
|
@ -27,7 +27,7 @@ do_build() {
|
|||
do_install() {
|
||||
for pkg in $_dune_release_pkgs; do
|
||||
./dune.exe install $pkg \
|
||||
--destdir=$DESTDIR --prefix=/usr --libdir=/usr/lib/ocaml
|
||||
--destdir=$DESTDIR --prefix=/usr --libdir=/usr/lib/ocaml --mandir=/usr/share/man
|
||||
done
|
||||
|
||||
rm -r ${DESTDIR}/usr/doc
|
||||
|
|
Loading…
Add table
Reference in a new issue