void-packages/srcpkgs/ocamlbuild/template
2020-04-06 13:40:59 +02:00

16 lines
495 B
Bash

# Template file for 'ocamlbuild'
pkgname=ocamlbuild
version=0.14.0
revision=4
build_style=gnu-makefile
make_build_args="PREFIX=/usr"
make_install_args="PREFIX=/usr"
hostmakedepends="ocaml"
short_desc="OCaml build tool"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="LGPL-2.0-only"
homepage="https://github.com/ocaml/ocamlbuild"
distfiles="https://github.com/ocaml/${pkgname}/archive/${version}.tar.gz"
checksum=87b29ce96958096c0a1a8eeafeb6268077b2d11e1bf2b3de0f5ebc9cf8d42e78
nocross=yes