New package: dune-2.9.1

This commit is contained in:
Leah Neukirchen 2021-10-20 14:15:40 +02:00
parent ade732e7b8
commit 77eb13a904

22
srcpkgs/dune/template Normal file
View file

@ -0,0 +1,22 @@
# Template file for 'dune'
pkgname=dune
version=2.9.1
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=493f8c95697620b1e84278dcf9b4466f63f0858b227417e87ec75d102af620c4
nocross="ocaml"
post_install() {
vmkdir usr/share
mv ${DESTDIR}/usr/man ${DESTDIR}/usr/share
rm -r ${DESTDIR}/usr/doc
vlicense LICENSE.md
}