void-packages/srcpkgs/dune/template
2022-01-24 21:19:11 +01:00

22 lines
588 B
Bash

# Template file for 'dune'
pkgname=dune
version=2.9.2
revision=1
build_style=gnu-makefile
make_build_target="release"
makedepends="ocaml"
depends="ocaml"
short_desc="Composable build system for OCaml"
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=b2301cdec07a56135f3c1531ba7afc61a85511119577ee8f7814dc0a3d49063d
nocross="ocaml"
post_install() {
vmkdir usr/share
mv ${DESTDIR}/usr/man ${DESTDIR}/usr/share
rm -r ${DESTDIR}/usr/doc
vlicense LICENSE.md
}