16 lines
469 B
Bash
16 lines
469 B
Bash
# Template file for 'ocamlbuild'
|
|
pkgname=ocamlbuild
|
|
version=0.14.2
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
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=62d2dab6037794c702a83ac584a7066d018cf1645370d1f3d5764c2b458791b1
|
|
nocross=yes
|
|
|
|
export CHECK_IF_PREINSTALLED=false
|