15 lines
495 B
Bash
15 lines
495 B
Bash
# Template file for 'ocamlbuild'
|
|
pkgname=ocamlbuild
|
|
version=0.14.0
|
|
revision=7
|
|
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
|